Sign up for our Excel webinar, times added weekly: https://www.excelcampus.com/blueprint-registration/

In this video I share 2 of my favorite keyboard shortcuts for the VBA Intellisense drop-down menu. These shortcuts are used to auto complete words so we don't have to type them. This saves time and prevents errors and typos in our code.

-------------------------------------------------------------------------------
FREE Webinar on Macros & VBA:
Right now I'm running my free training workshop on "The 7 Steps to Getting Started with Macros & VBA". It's free to register at the following link:
https://www.excelcampus.com/macros-webinar-yt
-------------------------------------------------------------------------------

The Intellisense drop-down menu displays a list of all the members (objects, properties, methods, constants, variables, etc.) in the VBA object model. This is very helpful when writing code because we can auto fill or complete words.

In the video I share two keyboard shortcuts that display the Intellisense menu. Here is a link to the full article.
https://www.excelcampus.com/vba/intellisense-keyboard-shortcuts/
00:00 Introduction
01:01 Control Space
01:42 Worksheet Function
02:21 Variables
03:02 Variable Names
03:36 CtrlJ