Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default disable page break preview button

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 214
Default disable page break preview button

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default disable page break preview button

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default disable page break preview button

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I do page breaks when view menu doesnt page break preview HeatherF55 Excel Discussion (Misc queries) 0 September 21st 07 04:24 AM
change and/or remove page number watermark in page break preview juga Excel Discussion (Misc queries) 2 December 25th 06 10:15 AM
print preview v page break preview SamB Excel Discussion (Misc queries) 0 November 16th 06 05:09 PM
Disable page break preview button Frederik Vanderhaegen Excel Programming 0 December 21st 04 03:15 PM
Disable Page Break Preview Button John Salig Excel Programming 1 February 10th 04 10:19 AM


All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"