• VBE/Enabling Worksheet Tabs (2000)

    Author
    Topic
    #368569

    How do I enable worksheet tabs from VBE? I tried:

    Application.CommandBars("Worksheet Tabs").Enabled = True
    

    but it does not seem to work (unless the workbook/sheet has to be unprotected first?).

    Thanks,

    Viewing 2 reply threads
    Author
    Replies
    • #577934

      Actually, the correct syntax is:

      “Workbook Tabs” instead of “Worksheet Tabs”

    • #577977

      If you mean how do you display worksheet tabs try using

      ActiveWindow.DisplayWorkbookTabs = True

      zeddy

    • #577947

      That enables the rightclick menu you get when you rightclick the sheet navigation arrows bottom left of the XL window.

      The rightclick menu of sheet tabs is called “Ply”.

      Find these (and more) in my xlmenufundict.zip at:

      http://www.bmsltd.ie/mvp%5B/url%5D

      Edited Mar 13th 2004 to update link

    Viewing 2 reply threads
    Reply To: VBE/Enabling Worksheet Tabs (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: