Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way of having a button to save the document rather than the save icon on the toolbar?
Thanks
hei
you can create a macro
with the line
ActiveDocument.Save
then assign it to a button
but i can think of reason to use macro when the user
can just ckick Ctrl+S
hei
you can create a macro
with the line
ActiveDocument.Save
then assign it to a button
but i can think of reason to use macro when the user
can just ckick Ctrl+S
That's great. Thank You!
It was to put on the end of a partial reload macro.