+ Reply to Thread
Results 1 to 2 of 2

IE not displaying Excel Toolbars when opening an excel file

Hybrid View

  1. #1
    Registered User
    Join Date
    05-19-2009
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    1

    IE not displaying Excel Toolbars when opening an excel file

    I am trying to find out if there is a way to programatically control the Excel "Standard" and "Formatting" toolbars to always open when an excel file is opened through Internet Explorer (IE6 or IE7)?

    I have tried using the macro (below) which shows the 2 toolbars when opening the file in excel.

    But when opening the excel file in Internet explorer it does not display the toolbars.
    I have to click on the View Menu -> Toolbars and then select the Standard and Formatting toolbars to show up for excel inside Internet explorer. Any help much appreciated. Thank you.

    
    Private Sub Auto_Open()
    'Application.DisplayFormulaBar = True
    Application.WindowState = xlMaximized
    Application.CommandBars("Standard").Visible = True
    Application.CommandBars("Formatting").Visible = True
    End Sub
    Last edited by Leith Ross; 05-19-2009 at 05:38 PM. Reason: Code tags corrected

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: IE not displaying Excel Toolbars when opening an excel file

    Welcome to the forum.

    Please take a few minutes to read the forum rules, and then edit your post to add code tags.
    Entia non sunt multiplicanda sine necessitate

+ 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