Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to send an excel document to someone , it consists of
approximately 6 worksheets. Is there a way that I can prevent them from printing it out once I have emailed it to them. Any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Deejay,
Yes and no :) You could add this macro to the workbook which prevents printing:- Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub The no bit comes in because no matter how clever we may think we are in protecting our macros etc a reasonably determined user will crack that protection very quickly with the help of a Google search. In short the only way to stop them printing is don't send them the worksheet. Mike "Deejay" wrote: I would like to send an excel document to someone , it consists of approximately 6 worksheets. Is there a way that I can prevent them from printing it out once I have emailed it to them. Any help would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
printing | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
New document disaster prevention/recovery software | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) |