Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
need code to disable the page break preview and help buttons on the top menu
bar that opens when you click on print preview . . . i can disable buttons at the print preview level but can't seem to get the code right to go down to the next menu bar . . . any help will be appreciated |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi codysphantom;
' The False parameter prevents changes in Preview mode. ActiveSheet.PrintPreview False ' Prevent user switching to "Page Brake Preview". ActiveWindow.View = xlNormalView Regards, MP "codysphantom" a écrit dans le message de ... need code to disable the page break preview and help buttons on the top menu bar that opens when you click on print preview . . . i can disable buttons at the print preview level but can't seem to get the code right to go down to the next menu bar . . . any help will be appreciated |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Michel . . .
Thanks. codysphantom "Michel Pierron" wrote: Hi codysphantom; ' The False parameter prevents changes in Preview mode. ActiveSheet.PrintPreview False ' Prevent user switching to "Page Brake Preview". ActiveWindow.View = xlNormalView Regards, MP "codysphantom" a écrit dans le message de ... need code to disable the page break preview and help buttons on the top menu bar that opens when you click on print preview . . . i can disable buttons at the print preview level but can't seem to get the code right to go down to the next menu bar . . . any help will be appreciated |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What event do we put the code that prevents users from switching to
page break preview? codysphantom wrote: Michel . . . Thanks. codysphantom "Michel Pierron" wrote: Hi codysphantom; ' The False parameter prevents changes in Preview mode. ActiveSheet.PrintPreview False ' Prevent user switching to "Page Brake Preview". ActiveWindow.View = xlNormalView Regards, MP "codysphantom" a écrit dans le message de ... need code to disable the page break preview and help buttons on the top menu bar that opens when you click on print preview . . . i can disable buttons at the print preview level but can't seem to get the code right to go down to the next menu bar . . . any help will be appreciated |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I do page breaks when view menu doesnt page break preview | Excel Discussion (Misc queries) | |||
change and/or remove page number watermark in page break preview | Excel Discussion (Misc queries) | |||
print preview v page break preview | Excel Discussion (Misc queries) | |||
Disable page break preview button | Excel Programming | |||
Disable Page Break Preview Button | Excel Programming |