View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Charles Kenyon
 
Posts: n/a
Default insert "save as" in macro

If you are opening a document and going immediately to Save As, your
document probably should be a template and you should be using File New.
Then the document on the screen will have all the text from your template
but will be a new document and the user will have to give it a new name to
save it. It is very difficult to write over the original template.

To get the SaveAs dialog box, you need to write code. If a template is not
what you want, write back and I or someone else will give you directions.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ 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.


"Sara" wrote in message
...
I have a macro to open a document but I want it to also give me the "save
as"
screen right away. I tried this but can't click stop on the macro from
the
"save as" screen. Thanks!