The FileSave and FileSaveAs working fine as you wrote it but the FilePrint disabling is not working for me. If I press the print button I can print it.
This is the code what I have use:
Sub FilePrint()
MsgBox "Function denied!", vbExclamation
End Sub
Do you have any idea what is the problem?
|