turn off compile error box

A

abracad_1999

I am new to VBA programming and wish to turn off the compile error
message box that constantly appears as I am writing code.
 
T

Tony Jollans

The obvious answer is perhaps to make fewer errors :)

The box is only trying to help but, if you don't want it, go to Tools >
Options > Editor (tab) and uncheck "Auto Syntax Check".
 
Top