Thread
:
Disabling normal printing
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E[_2_]
external usenet poster
Posts: 93
Disabling normal printing
You can disable the menu options: but this interferes with the user interface somewhat
Why not use the event
Sub Workbook_BeforePrint(Cancel As Boolean
Cancel = True ' Cancels printin
Your macr
End Sub
Reply With Quote
AA2e72E[_2_]
View Public Profile
Find all posts by AA2e72E[_2_]