Moving the formula bar

M

morry

For some reason the formula bar is too far over to the left and the
portion that can be dragged cannot be seen. How can I move the
formula bar to the right so that I can see the end and move it to
where I want it?
 
J

JE McGimpsey

For some reason the formula bar is too far over to the left and the
portion that can be dragged cannot be seen. How can I move the
formula bar to the right so that I can see the end and move it to
where I want it?

One way:

Type Opt-F11 to enter the Visual Basic Editor. Type CMD-G to open the
Immediate window. Type or paste this into the Immediate Window

Commandbars("Formula Bar").Left = 0

followed by the Return/Enter key. Type Opt-F11 to return to XL.
 

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

Top