Formula bar off screen to left

J

JeanLeRouge

Hi when I open Excel and activate the Formula bar it opens with the left hand
end off screen which means I cannot move it to dock it properly. Any ideas?
 
J

JE McGimpsey

JeanLeRouge said:
Hi when I open Excel and activate the Formula bar it opens with the left hand
end off screen which means I cannot move it to dock it properly. Any ideas?

One way:

Type Opt-F11 to enter the Visual Basic Editor (VBE). Type CMD-g to open
the Immediate Window. Type or paste this line into the Immediate Window,
followed by Return:

CommandBars("Formula Bar").Left = 100

Type Opt-F11 to return to XL.

An alternative (if you don't have toolbar customizations that you want
to save):

With XL closed, delete the

~:Library:preferences:Microsoft:Excel Toolbars (11)

file (where ~ is your home directory).
 

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

Similar Threads

Display weeks from a Milestone 0
where is my formula bar? 0
Formula Bar 1
Excel Formula Bar 12
formula bar stuck 0
Excel Formula Bar 2
Excel 2004 Mac Window Sizes and Positions 2
Excel formula bar 3

Top