5 Killer Excel VBA Tips Everyone Should Know

5 Killer Excel VBA Tips Everyone Should Know

5 Killer Excel VBA Tips Everyone Should Know

The video provides 5 Killer Excel VBA strategies that I use all the time.

SUBSCRIBE TO THE CHANNEL: https://bit.ly/36hpTCY

FREE CHEAT SHEET: Get the free cheat sheet on VBA arrays here: (https://bit.ly/2MXsnz9)

The Excel VBA Handbook Course(https://TheExcelVBAHandbook.com)

Free Excel VBA Resources
Excel VBA Articles (https://excelmacromastery.com/vba-articles/)

Useful VBA Shortcut Keys:
Search keyword under cursor: Ctrl + F3
Search the word last searched for: F3
Compile the code: Alt + D + C OR Alt + D + Enter
Run the code from the current sub: F5
Step into the code line by line: F8
View the Immediate Window: Ctrl + G
View the Watch Window: Alt + V + H
Auto complete word: Ctrl + Space

Shift + F2: Get the definition of the item under the cursor.
Ctrl + Shift + F2: Go to the last cursor position.
Alt + F11: Switch between Excel and the VBA Editor.
Ctrl + R: View the Project Explorer Window.
Ctrl + Shift + 8(or Ctrl + *): Get the current region on a worksheet.
Tab: To move lines of code to the right(Indent).
Shift + Tab: To move lines of code to the left(Outdent).
F4: View the Properties Window.
F9(or click left margin): Add a breakpoint to pause the code.

Leave a Reply

Close Menu