Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Override Save/saveas

Status
Not open for further replies.

l310564

Programmer
Jun 18, 2006
50
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top