Visual Basic Editor
- ALT-F11
- launch/show visual basic editor
- Ctrl-J
- “List Properties” - intellisense code suggestion for properties and methods. The dot (.) symbol causes the VB Editor to open List Properties on a PC, but the Mac does not have List Properties/Code Completion, and users must rely on the object browser and object model documentation.
- Auto Syntax Check
- This check each line for validity after the user moves to another line, and presents an error if necessary. This feature can be disabled under Tools → Options, and any invalid lines will be an alternate color.