Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() -- Mike @ Contractors |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The first macro disables printing via CTRL+P and/or the Printer Icon.
The second macro enables both of the print options ================= Sub Disable_Print() Application.OnKey ("^p"), "" CommandBars("Worksheet Menu Bar").Controls("File").Controls("Print...").Enable d = False CommandBars("Standard").Controls(6).Enabled = False End Sub Sub Enable_Print() Application.OnKey ("^p") CommandBars("Worksheet Menu Bar").Controls("File").Controls("Print...").Enable d = True CommandBars("Standard").Controls(6).Enabled = True End Sub ============== Micky "MBozeman" wrote: -- Mike @ Contractors |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make a cell content not printable | Excel Worksheet Functions | |||
How can I make charts printable in a worksheet in Excel 2007? | Charts and Charting in Excel | |||
Make a printable version of the Excel formula help page. | Excel Worksheet Functions | |||
Viewing non-printable characters | Excel Discussion (Misc queries) | |||
Non-Printable Worksheets | Excel Discussion (Misc queries) |