Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to know if there is any way where even if you click the PRINT icon in
excel, the particular worksheet will not print. In other words, I want to restrict printing a worksheet in a workbook. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could use a Workbook_BeforePrint() event macro to intercept print
commands and skip printing the particular sheet. However, (a) Setting security to High or not enabling macros when opening the workbook will bypass the event macro (b) the event macro won't prevent printing a screen shot (c) the event macro won't prevent copying the data to a new workbook and printing that workbook. So unless you're just trying to save paper, it's largely an exercise in futility. In article , Efzed wrote: I want to know if there is any way where even if you click the PRINT icon in excel, the particular worksheet will not print. In other words, I want to restrict printing a worksheet in a workbook. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to disable printing a specific worksheet? | Excel Worksheet Functions | |||
Printing Specific data from Excel worksheet | Excel Discussion (Misc queries) | |||
Disable printing a spreadsheet until assinged cells have data | Excel Worksheet Functions | |||
Determining and Printing a specific page | Excel Discussion (Misc queries) | |||
Disable Printing | Excel Discussion (Misc queries) |