+ Reply to Thread
Results 1 to 2 of 2

Disabling Page Setup?

  1. #1
    Registered User
    Join Date
    07-14-2005
    Posts
    1

    Question Disabling Page Setup?

    Hi, I'm fairly new to Excel and was wondering how one might be able to Disable the Page Setup menu in Excel? Any suggestions would be appreciated. Thank you.

  2. #2
    Ron de Bruin
    Guest

    Re: Disabling Page Setup?

    Hi

    Sub test()
    Application.CommandBars("Worksheet Menu Bar").FindControl _
    (ID:=247, Recursive:=True).Enabled = False
    End Sub

    You must also disable printpreview
    See for more info
    http://www.rondebruin.com/menuid.htm


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Plazzma" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi, I'm fairly new to Excel and was wondering how one might be able to
    > Disable the Page Setup menu in Excel? Any suggestions would be
    > appreciated. Thank you.
    >
    >
    > --
    > Plazzma
    > ------------------------------------------------------------------------
    > Plazzma's Profile: http://www.excelforum.com/member.php...o&userid=25234
    > View this thread: http://www.excelforum.com/showthread...hreadid=387228
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1