MACROS!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have never used these before. I want to create a macro to be able to link from word document i have that list all my templates so that i i can go straight to the templates. I have tried hyperlinking to templates but this does not let it open as a template, so i have been suggested to use macros, but i have never used it before. can someone point me in the right direction...Thanks
 
Lisa,

You could use the macro recorder to record the steps you take to open one of
your template from withing your document.

1. Open your document.
2. Tools>Marcro>Record new macro.
3. Assign the macro you are about to record a unique name (e.g.
FormsTemplate)
4. Click OK, perform the steps to open the template, then stop the recorder
5. In your document, you can use a MACROBUTTON field to fire the macro.
Press CTRL+F9 to enter field code brackets { }. Within the bracets type
Macrobutton FormsTemplate "Double click to open forms template
6. Right click, update field and toggle field codes
HTH
 
Two much simple alternatives:
1) File => New
If your templates are stored in your templates folder (or workgroup
templates folder) you can pick and choose. (Not quite as simple in Word
2003, though.)

2) Put shortcuts to your templates (with appropriate long names) in a folder
in your Start folder. This gives you one or menus as submenus of the Start
menu.

Otherwise, you can use macrobutton fields with macros. You can record these
macros but generic ones are a lot easier. Send me an email at
(e-mail address removed) and I'll send you a document that
has several such generic macros and accompanying macrobutton fields.

See the pages on the MVP FAQ on macrobutton fields for other ideas.
--

Charles Kenyon

See 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.

Lisa said:
i have never used these before. I want to create a macro to be able to
link from word document i have that list all my templates so that i i can go
straight to the templates. I have tried hyperlinking to templates but this
does not let it open as a template, so i have been suggested to use macros,
but i have never used it before. can someone point me in the right
direction...Thanks
 
Back
Top