Hi,
I'm tring to override both the save and save as commands. I have managed to override the save command with the following code:
Public Sub FileSave()
MsgBox ("hello")
End Sub
But this seems to interfear with the save as command because when i try to use the save as it produces an error (Sub or Function not defined). Any ideas?
Cheers,
Hugh
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov
I'm tring to override both the save and save as commands. I have managed to override the save command with the following code:
Public Sub FileSave()
MsgBox ("hello")
End Sub
But this seems to interfear with the save as command because when i try to use the save as it produces an error (Sub or Function not defined). Any ideas?
Cheers,
Hugh
If knowlege can create problems it is not through ignorance that we will solve them.
Isaac Asimov