ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   No toolbars or menus? (https://www.excelbanter.com/excel-programming/353860-no-toolbars-menus.html)

stealthnet

No toolbars or menus?
 

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


Edwin Tam[_7_]

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

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



stealthnet[_2_]

No toolbars or menus?
 

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



All times are GMT +1. The time now is 06:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com