View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] acampbell012@yahoo.com is offline
external usenet poster
 
Posts: 129
Default Disable print not working

I am trying to disable printing via the menu or tool bar and I see this
response in a number of other posts. However it is not working for me.
Any thoughts? Thanks.

Alan


Private Sub Workbook_BeforePrint(Cancel As Boolean)
Cancel = True
End Sub