Multiple choice technology

In Word, if you needed to pass a macro to another computer, how would you do it?

  1. Use the Organizer to pass the macro to another template and have the recipient copy it to their normal.dot also using the Organizer.

  2. In the VB Editor, export the code into a .BAS file and import it on the other system.

  3. Save the macro to a new template and put it in your Office StartUp directory.

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All three methods are valid ways to transfer macros: (A) Using the Organizer to copy macros between templates, (B) Exporting VBA code to .BAS files for import on another system, and (C) Saving macros to templates in Office StartUp directory. Each method serves different transfer scenarios, making all approaches correct.