Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() For the past week I have been using the BSG Online simulation -- it i an online strategy game for business students. Since using thi program, all of the menus and toolbars have disappeared (I'm guessin because of macros?). I've tried opening different excel files to n avail. Any suggestions? Thanks in advance. Rober -- stealthne ----------------------------------------------------------------------- stealthnet's Profile: http://www.excelforum.com/member.php...fo&userid=3174 View this thread: http://www.excelforum.com/showthread.php?threadid=51461 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks - it worked! :) -- stealthnet ------------------------------------------------------------------------ stealthnet's Profile: http://www.excelforum.com/member.php...o&userid=31746 View this thread: http://www.excelforum.com/showthread...hreadid=514611 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Menus and Toolbars | Excel Discussion (Misc queries) | |||
Missing menus and toolbars | Excel Discussion (Misc queries) | |||
Toolbars and menus | Excel Programming | |||
No menus, no toolbars, no nothing!! | Excel Programming | |||
ToolBars and Custom Menus | Excel Programming |