+ Reply to Thread
Results 1 to 3 of 3

No toolbars or menus?

  1. #1
    Registered User
    Join Date
    02-20-2006
    Posts
    2

    Arrow No toolbars or menus?

    For the past week I have been using the BSG Online simulation -- it is an online strategy game for business students. Since using this program, all of the menus and toolbars have disappeared (I'm guessing because of macros?). I've tried opening different excel files to no avail. Any suggestions? Thanks in advance.


    Robert

  2. #2
    Edwin Tam
    Guest

    RE: No toolbars or menus?

    The following simple macro will attempt to make the menus and toolbars
    re-appear.

    Sub Auto_Open()
    With Application
    .CommandBars(1).Visible = True
    .CommandBars("Formatting").Visible = True
    .CommandBars("Standard").Visible = True
    .DisplayFormulaBar = True
    .DisplayStatusBar = True
    End With
    End Sub

    For your convenience, you can download the file from the URL below:
    http://www.vonixx.com/menu/reset_menus.xls

    After downloading the file, just open the file and the Auto_Open macro will
    execute automatically.

    Good luck.

    Regards,
    Edwin Tam
    [email protected]
    http://www.vonixx.com



    "stealthnet" wrote:

    >
    > For the past week I have been using the BSG Online simulation -- it is
    > an online strategy game for business students. Since using this
    > program, all of the menus and toolbars have disappeared (I'm guessing
    > because of macros?). I've tried opening different excel files to no
    > avail. Any suggestions? Thanks in advance.
    >
    >
    > Robert
    >
    >
    > --
    > stealthnet
    > ------------------------------------------------------------------------
    > stealthnet's Profile: http://www.excelforum.com/member.php...o&userid=31746
    > View this thread: http://www.excelforum.com/showthread...hreadid=514611
    >
    >


  3. #3
    Registered User
    Join Date
    02-20-2006
    Posts
    2
    Thanks - it worked!

+ 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