Formula Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

My formula bar is disappeared. How can I get it back? Also I am not able to
click my right moust button.

Thanks,
Saravanan
 
Select menu Item View-> Formula bar.
Older versions I think were Options->workspace->formula bar
 
hi,
if it's just the formula bar, click tools>options>view tab and check forumla
bar at the top. I am not sure why you can't right click the mouse. sorry.

regards
FSt1
 
Thanks a lot for the help.

~saravanan

FSt1 said:
hi,
if it's just the formula bar, click tools>options>view tab and check forumla
bar at the top. I am not sure why you can't right click the mouse. sorry.

regards
FSt1
 
What does or does not occur when you right-click?

No menu drops down? See below to reset.

A menu drops down but options are grayed out?

Maybe the sheet is protected.

Can you access the commands from the Edit menu?

If no menu appears with a right-click you shoud try re-setting the r-click.

Hit ALT + F11 to go to the VBEditor.

Then View>Immediate Window.

Copy/paste this line into the window and hit <enter>

Application.CommandBars("Cell").Reset

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Reset
End Sub


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top