Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how to remove print option in a particular excel file
|
#2
![]() |
|||
|
|||
![]()
You can do this
Copy this event in the Thisworkbook module Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True End Sub If you want to remove the print icon post back -- Regards Ron de Bruin http://www.rondebruin.nl "excel" wrote in message ... how to remove print option in a particular excel file |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel automatically print only certain worksheets in a workboo | Excel Discussion (Misc queries) | |||
How do I enter a working check box option in Excel? | Excel Discussion (Misc queries) | |||
How do I print all sheets of an Excel workbook from explorer? | Excel Discussion (Misc queries) | |||
How do I print grayscale font in Excel 2003? | Excel Discussion (Misc queries) | |||
Set "print all text as black" as default in Excel | Excel Worksheet Functions |