Is it possible to protect an excel file from being printed by someone else?
V Vincnet. Sep 7, 2005 #2 I don't how to do that without a macro... using macro, you can use the event of the workbook BeforePrint like this: Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub
I don't how to do that without a macro... using macro, you can use the event of the workbook BeforePrint like this: Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub
D Dave Peterson Sep 7, 2005 #3 Not really. Even if you used Vincnet's suggestion, the user could disable macros (or even events) and print. Or even copy your data to a worksheet in another workbook and print from there.
Not really. Even if you used Vincnet's suggestion, the user could disable macros (or even events) and print. Or even copy your data to a worksheet in another workbook and print from there.
D Dodo Sep 7, 2005 #4 Is it possible to protect an excel file from being printed by someone else? Click to expand... Only by GT-DDS: Go There and either Disable, Destroy or Steel their printer! ;-)))
Is it possible to protect an excel file from being printed by someone else? Click to expand... Only by GT-DDS: Go There and either Disable, Destroy or Steel their printer! ;-)))