Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
scott
 
Posts: n/a
Default protect from printing

how can I protect an excel sheet from being printed. I want others to view
but not to print.
Thank you for your help
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

If your users can view the sheet, they'll be able to print. You can
disable the Workbook_BeforePrint command:

Put this in the ThisWorkbook code module of your workbook:

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

However, starting up with macros disabled will defeat this. So will
copying and pasting the sheet. And macro security is easily bypassed in
any case.

If you and your users are on a 2003 Server network, I believe you can
use IRM to prevent others from printing. I don't think it prevents the
user from taking a screenshot and printing that.





In article ,
"scott" wrote:

how can I protect an excel sheet from being printed. I want others to view
but not to print.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell borders printing black instead of grey julie@mwfc Excel Discussion (Misc queries) 1 February 23rd 05 12:19 AM
problem printing to PDF mark kubicki Excel Discussion (Misc queries) 1 January 21st 05 06:19 PM
Can I protect a spreadsheet from being deleted or moved? Dean Excel Discussion (Misc queries) 2 January 7th 05 02:27 AM
protect a cell classic Excel Discussion (Misc queries) 1 December 2nd 04 09:40 PM
Enable Double sided printing contiuously when printing multiple s. Lee Excel Discussion (Misc queries) 1 November 27th 04 01:58 AM


All times are GMT +1. The time now is 04:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"