Can I turn off inline syntax checking in the Office 2003 VBA editor?
Posted
by ChristianLinnell
on Stack Overflow
See other posts from Stack Overflow
or by ChristianLinnell
Published on 2010-05-05T04:59:16Z
Indexed on
2010/05/05
5:08 UTC
Read the original article
Hit count: 315
vba
As anybody who uses VBA in Office 2003 will know, it has the extremely frustrating tendency to do a syntax check every time you click off a line.
For example, if I start writing a line of code, I might go
> For Each application In
And then think "crap, what's the application collection called?" So I'll hit "page up" to find it, and get (in this case) a "Compile Error".
Can I turn this off?
© Stack Overflow or respective owner