Print Preview Delemma, Once More Please

J

JRK

Hi

Despite the response to my last question, I still have a problem resolving
an issue I have with Print Preview. I want the user to be able to preview a
WS, but I don't want the user to Print the WS. Here's what I did:

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

But that prevents Print Preview from showing, which defeats my purpose. I've
tried several IF statements without success.

Can anyone please help this excel-dummy create the correct procedure to show
Print Preview, but not allow it to Print? Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top