Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Andy
Assuming your custom print button runs a macro that prints only what you have specified in that macro............. Call that macro in a beforeprint event and it won't matter which button users hit to print. Private Sub Workbook_BeforePrint(Cancel As Boolean) Call theprintmacro End Sub Gord Dibben MS Excel MVP On Fri, 11 Jul 2008 14:06:01 -0700 (PDT), Andy wrote: Hi Jim It was a figure of speech being 3. I meant can you please explain step by step how to disable the print menu function and button. Could you do this for me as I have a spreadsheet with a custom print button? I don't want the users to use the normal print function. Regards, Andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable Setup button on Print Preview screen | Excel Programming | |||
print button macro & specific tabs to print | Excel Worksheet Functions | |||
Disable Print Button In a Single Workbook | Excel Programming | |||
overriding the print button and File/Print | Excel Programming | |||
How do I disable the Margins button in Print Preview Window | Excel Programming |