-
Notifications
You must be signed in to change notification settings - Fork 301
General VBA Basic
-
**V**isual **B**asic for **A**pplications or VBA is a shorthand of describing the software code that sits within your Microsoft Suite collection that is Word for word processing, Excel for spreadsheets, PowerPoint for slides/presentations, Access for database/storage of data, Publisher for producing flyers/business cards, Visio for illustration of work flow and Outlook for email and communication.
-
VBA is an interpreter of the code you write and compile your code into an executable file to run on your machine.
**I**ntegrated **D**evelopment **E**nvironment or IDE is the editor that enables the user to program VBA code. We generally refer to the VBA IDE as the VBE or **V**isual **B**asic **E**ditor.
"Double click" or Run on the host icon of your choice, once this is loaded onto the computer screen, there are generally two ways to run the VBE.
? From 2007 onwards you can open this.
Alternatively you can press keyboard ALT+F11 on the keyboard.
rubberduckvba.com
© 2014-2021 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events