A family of Microsoft word processing software products for creating web, email, and print documents.
Adding to Charles's reply, regarding importing .bas files:
- Open the template in which you want to store the macros, or any document based on that template. The Normal.dotm template is always loaded, but any other template would have to be loaded explicitly, either by opening it directly or by basing a document on it. Global templates stored in the Startup folder, although they're automatically loaded, won't be accessible unless you open them.
- Open the macro editor (Alt+F11).
- In the Project pane in the left column of the editor, right-click the project for the template.
- Click the "Import File..." item.
- In the Import File dialog (a twin of the Open dialog), select the .bas file and click the Open button. Because the .bas file includes the name of the module when it was exported, the same name will be used to import it. You can rename the module later if you wish.