D
DA
Hi RAISA
You can create a set of routines that intercept things
like your save,saveAs and close.
For example:
----------------
Sub FileSaveAs()
MsgBox "You are trying to saveAs"
End Sub
Sub FileSave()
MsgBox "You are trying to save"
End Sub
Sub Document_Close()
MsgBox "You are trying to Close the doc"
End Sub
----------------
Hope that helps,
Dennis
document , BOT NOT IN THE TEMPLATE attached to the
document.
You can create a set of routines that intercept things
like your save,saveAs and close.
For example:
----------------
Sub FileSaveAs()
MsgBox "You are trying to saveAs"
End Sub
Sub FileSave()
MsgBox "You are trying to save"
End Sub
Sub Document_Close()
MsgBox "You are trying to Close the doc"
End Sub
----------------
Hope that helps,
Dennis
override all "Close", "Save" and "Save As" actions in the-----Original Message-----
I work with MS word 2002 and Windows 2000. I need to
document , BOT NOT IN THE TEMPLATE attached to the
document.