Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Print and save as restriction

Possible to prevent user from printing and save as


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Print and save as restriction

Besides making the file readonly (which doesn't prevent SaveAs)
If they disable macros, then no.

If they don't, use the beforeprint and beforesave events. Lock all cells,
protect all sheets and don't allow selecting (but they can still take a
snapshot).

--
Regards,
Tom Ogilvy


"crapit" wrote:

Possible to prevent user from printing and save as



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Print and save as restriction

Oh, which mean disable macro allow all normal function

"Tom Ogilvy" wrote in message
...
Besides making the file readonly (which doesn't prevent SaveAs)
If they disable macros, then no.

If they don't, use the beforeprint and beforesave events. Lock all cells,
protect all sheets and don't allow selecting (but they can still take a
snapshot).

--
Regards,
Tom Ogilvy


"crapit" wrote:

Possible to prevent user from printing and save as





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
Save as PDF not same size as Print and Print Preview in Excel Jack_Sprat Excel Discussion (Misc queries) 4 April 13th 09 06:38 PM
How to get rid of print preview restriction?! lamby74 Excel Discussion (Misc queries) 0 March 11th 07 09:44 PM
Save-As Restriction Salman Excel Worksheet Functions 0 January 8th 07 06:26 AM
Save, Save As, Print Grayed Out when instance created via VBA/VB6 Jake Marx[_2_] Excel Programming 0 September 22nd 03 10:16 PM
Save, Save As, Print Grayed Out when instance created via VBA/VB6 jaf Excel Programming 0 September 22nd 03 09:23 PM


All times are GMT +1. The time now is 04:55 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"