help finishing "save as" macro

L

Lindsay

I'm a (retarded) novice, need to finish the macro below (2003), to have it
auto enter a filepath, to wit:
G:\Children Probation\programs\CONSUMER ACTIVITY\
at File Name: in the Save As dialog box, and leave the insertion point for
user to complete the file name manually.


Sub templatesopen()
' templatesopen Macro

Documents.Add Template:= _
"G:\Children Probation\programs\CONSUMER ACTIVITY\Consumer
Activity.dot", _
NewTemplate:=False, DocumentType:=0
Dialogs(wdDialogFileSaveAs).Show

End Sub

Very VERY grateful!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top