![]() |
how to remove print option in a particular excel file
how to remove print option in a particular excel file
|
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