Yes you can...
Use the following command -
Application.ErrorCheckingOptions.BackgroundChecking = False
See macro below.
1: 2: 3:
Sub Macro1() Application.ErrorCheckingOptions.BackgroundChecking = False End Sub