A family of Microsoft word processing software products for creating web, email, and print documents.
when I click on a command and press F1, I get a message box which says:
"Microsoft Visual Basic, No help available"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to create some macros to manipulate documents in Chinese Unicode characters using VBA. I need to access Word VBA Help files in order to do this. Files are not includes in my installation of Office 365 for Mac. Book I am using says I "may need to run the Office Setup program and install Word VBA help by selecting that option in the appropriate setup dialog box."
A family of Microsoft word processing software products for creating web, email, and print documents.
when I click on a command and press F1, I get a message box which says:
"Microsoft Visual Basic, No help available"
I have Microsoft Word for MAC version 16.106.1 and VBA version 7.1 (2012). There is no Help menu. on the Visual Basic Editor, so I cannot complete step #3, above
The usual method to access help is to click inside a command, then press F1. This usually opens a web page to the Microsoft site about that keyword.
Microsoft VBA help is skewed to the Windows version, so you may get pages that are not helpful to Mac programming.
Word for Mac has no ability to insert or edit userforms, so if you need them you'll have to create them in Windows.
Feel free to post here or on StackOverflow with questions, I've been programming VBA for Mac for many years and answer questions on both sites.
On Microsoft 365 for Mac, VBA Help is no longer installed as a separate local “Word VBA Help” file set via the old Office Setup dialogs. Instead, VBA help is accessed from within the Visual Basic Editor and delivered online.
To get to VBA Help for Word on Mac:
That command opens the VBA help system for the Office application, including the language reference and object model documentation needed to write and debug macros (including those that manipulate Unicode/Chinese text). There is no separate “Word VBA Help” component to add through setup in current Microsoft 365 for Mac builds.
If additional reference material is needed (for example, object library details or troubleshooting missing libraries), use the guidance in the VBA help and support pages referenced below.
References: