TOOLS MENU

gdspeare

Board Regular
Joined
Oct 8, 2002
Messages
198
some how i have lost my tools menu and can not get it back. can you help?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Just a shot in the dark, but worth a shot:

Tight-clicking on your toolbar and select "Customize," then go to the "Options" tab. Click on "Reset my usage data" and see if that does anything.
 
Upvote 0
Try This

Sub Combar1()
CommandBars(1).FindControl(ID:=30029, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=522, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30005, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30006, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30011, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30009, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30004, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30007, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30003, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=3, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30095, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=247, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=18, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=23, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=748, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=3823, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=846, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=3655, recursive:=True).Enabled = True
CommandBars(1).FindControl(ID:=30255, recursive:=True).Enabled = True




End Sub
 
Upvote 0
Have you tried view | toolbars | click on Standard ...on and off a few times to see if it comes back

Is it "just" the tools dropdown box not available?

Have you tried exiting and going back in to excel?

pll
 
Upvote 0
On 2002-10-21 16:30, gdspeare wrote:
some how i have lost my tools menu and can not get it back. can you help?

What have you lost? Tools menu or toolbar? There's an important difference!
This message was edited by Mark W. on 2002-10-21 17:03
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,845
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top