ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how to remove print option in a particular excel file (https://www.excelbanter.com/excel-discussion-misc-queries/17490-how-remove-print-option-particular-excel-file.html)

excel

how to remove print option in a particular excel file
 
how to remove print option in a particular excel file

Ron de Bruin

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





All times are GMT +1. The time now is 04:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com