F1 tooltip and online-help

Tooltips are an important feature in Code VBA:

  • The title summarizes the object or method;
  • If available, press F1 to open the web page with more information (generally Office VBA documentation);
  • If applicable, it shows what code will be inserted.
Example tooltip for Excel open Workbook methos

Activating the tooltip

There are two ways to make the tooltip visible:

  1. Hovering a menu item - assuming you have the preference 'Show Tooltip on Mouse Hover'.
  2. Give the menu item you want to have info on the focus using the keyboard's access keys and arrows, followed by pressing F1

Press F1 for Help

Press F1 will in most cases direct you to the Microsoft documentation.