Thread
:
BeforePrint event
View Single Post
#
1
Posted to microsoft.public.excel.programming
Dave Shaw
external usenet poster
Posts: 21
BeforePrint event
I have the following macro in Excel 2003:
Private Sub workbook_BeforePrint(Cancel As Boolean)
Cancel = True
End Sub
The aim is to prevent printing. It does not seem to do anything but I don't
know why. Can anyone help?
Thanks
Dave
Reply With Quote
Dave Shaw
View Public Profile
Find all posts by Dave Shaw