
How do I store a macro somewhere other than normal.dot
Hi Tony,
Dave's excellent instructions apply to working within the Visual Basic
Editor. I believe that Anna has answered your original question. To give a
final thought, within Word you can move all of the macros in a particular
"module" to another template using the Organizer. Tools => Templates and
Add-Ins => Organizer (button).
--
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
Quote:
> Hi Tony,
> I think that's the default location. If you want store it elsewhere,
simply
> highlight the routine and use keyboard shortcuts (CTRL+C [to copy only]
> CTRL+X [to copy and cut]) to put a copy of the macro on the clipboard.
> Navigate to the location in the module in which you want to store the
macro
> and press CTRL+V to paste the routine.
> If you want to copy a module from one project to another, you can use the
> project explorer in VBE and drag the module from one project to another.
> HTH
> > I select "Record new macro"
> > Call it 'testmacro'
> > Start record
> > type "This is a test".
> > Stop record
> > Save as Template Newdotfile.dot
> > So why is the new macro stored in normal.dot and not in Newdotfile.dot?
> > word 2000
> > Thanks
> > Tony