I need to run a macro on this file, but I didn’t have it on my computer. So a co-worker sent it to me (both of us using Outlook, if that makes a difference). Now I can’t get the stupid macro onto the macro list in order to run it. Please help!
Basically, I need to get this goddam macro out of Outlook and onto the Word macro list so that I can run it. Thanks in advance.
Did he send you a Word document with the macro in it? If so, you can save the document to your hard drive and then use the following procedure in Word 2002:
Open the document you want to move the macro into.
Go to Tools|Macro|Macros.
Click Organizer.
Click Close File on the right side, then Open File in the same spot.
Select the document with the macro in it.
Select the desired macro and hit Copy. It should now appear on the macro list for your document.
Open it with Notepad. CTRL+A to select all. Open Word. Tools/Macro/Macros, then type the name you want to call the macro. Hit Create. Paste in between the SUBs. If the macro already included SUBs at the beginning an end, delete them.