View Single Post
 
Old 07-14-2014, 06:20 AM
Villalobos Villalobos is offline Windows 8 Office 2013
Novice
 
Join Date: Jul 2014
Posts: 7
Villalobos is on a distinguished road
Default

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?
Reply With Quote