creating a save button in a word document

M

Manix

I have a button in a word document that prompts the user to save the document
after they've completed it. Can anyone tell me the code to get this button to
save the document to their desktop?
 
C

Charles Kenyon

MsgBox "Remember to save this document to your computer when done."

Try not using ActiveX at all. You can float a toolbar that has a button for
your macro.

Better yet, would be an on-entry macro for your last field that pops up a
message box with your reminder.
--
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


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

Manix

Many thanks

Charles Kenyon said:
MsgBox "Remember to save this document to your computer when done."

Try not using ActiveX at all. You can float a toolbar that has a button for
your macro.

Better yet, would be an on-entry macro for your last field that pops up a
message box with your reminder.
--
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


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