Excel - Formula Bar Size

P

Pablo Kagioglu

I am running Excel in a MacBook Pro. The Formula size is so long that
the right edge extends beyond what is viewable on my monitor. So the
grab tool on the lower right hand corner is not accessible, I don't
know how it got that way, but the bottom line is that I cannot resize
the Formula bar back to normal. Is there a way to reset it to a size
that is within the viewable area, short of re-installing Excel?
 
J

JE McGimpsey

Pablo Kagioglu said:
I am running Excel in a MacBook Pro. The Formula size is so long that
the right edge extends beyond what is viewable on my monitor. So the
grab tool on the lower right hand corner is not accessible, I don't
know how it got that way, but the bottom line is that I cannot resize
the Formula bar back to normal. Is there a way to reset it to a size
that is within the viewable area, short of re-installing Excel?

One way:

Choose Tools/Customize/Customize Toolbars/Menus...

Select the Formula Bar entry (so that it's highlighted) and click Reset.
 
R

RLDav

One way:

Choose Tools/Customize/Customize Toolbars/Menus...

Select theFormulaBarentry (so that it's highlighted) and click Reset.

I'm using Excel 2004 on a Mac. I didn't see a "Formula Bar" entry in
the Customize Toolbars/Menus box. Is there any help for me? Thanks
 
J

JE McGimpsey

I'm using Excel 2004 on a Mac. I didn't see a "Formula Bar" entry in
the Customize Toolbars/Menus box. Is there any help for me? Thanks

You're right- I was thinking of the Formatting toolbar (there've been a
LOT of similar questions lately).

One way:

If you can, change to a higher monitor resolution and see if you can
resize it that way.

Alternatively:

Type Opt-F11 to enter the Visual Basic Editor. Type CMD-g to open
the Immediate Window. In the Immediate Window, type or paste

CommandBars("Formula Bar").Reset

followed by the Return Key. Type Opt-F11 to return to XL
 
B

BKeegan

JE McGimpsey said:
You're right- I was thinking of the Formatting toolbar (there've been a
LOT of similar questions lately).

One way:

If you can, change to a higher monitor resolution and see if you can
resize it that way.

Alternatively:

Type Opt-F11 to enter the Visual Basic Editor. Type CMD-g to open
the Immediate Window. In the Immediate Window, type or paste

CommandBars("Formula Bar").Reset

followed by the Return Key. Type Opt-F11 to return to XL
 
B

BKeegan

I'm having the same problem. While moving some toolbars the Formula Bar
shifted to the left side of the screen where the grab bar is not accessible.

I've tried both the methods described by JE Gimpsey and neither work for me.

I'm using Excel 2004 on an I-Mac.
 
J

JE McGimpsey

BKeegan said:
I'm having the same problem. While moving some toolbars the Formula Bar
shifted to the left side of the screen where the grab bar is not accessible.

Very weird - I can't reproduce that.
I've tried both the methods described by JE Gimpsey and neither work for me.

That's because you have a *different* problem than the original poster,
whose Formula bar's grab handle was accessible, but the bar extended off
the *right* side because it had been extended too far. Resetting the bar
shortened it to the original size.

To fix the formula bar off the *left* side, so that the grab handle is
inaccessible, use one of these three techniques:

1) Shift your monitor to a higher resolution so that the entire bar is
visible, drag it back to the middle of the worksheet. Reset your
resolution. Position as desired.

2) If you don't have toolbar customizations you want to keep, then, with
XL *closed*, trash the

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

file (where ~ is your home directory). Restart XL.

3) Type Opt-F11 to open the Visual Basic Editor (VBE). Type or paste the
following, each line followed by a Return:

Commandbars("Formula Bar").Left = 100
Commandbars("Formula Bar").Top = 100

Type Opt-F11 to go back to XL. Position the bar as desired.

If you want to keep the Formula Bar in place, you can use this technique:

http://www.mcgimpsey.com/macoffice/excel/locktoolbars.html

Two comments:

1) Good netiquette dictates that when a reply is bottom posted, your
further reply should be bottom posted, as well. That prevents having to
skip back and forth in the message to see what you're referring to when
you write "me too".

2) You can find the methods above posted many times, in various forms,
by searching Google Groups:

http://groups.google.com/advanced_group_search

putting in appropriate search terms, and using "*mac.office*" in the
Group input box.
 
K

Kagioglu

I tried the Opt-F11 thing and a window to type in the command was nowhere to
be found... I think I may have had to have a file open for that to work...
Anyway...

I tried the monitor resizing: Since I was already at the highest resolution
on the monitor, I went to a smaller one and then back to the maximum, and
that shook things loose. The right side (handle) came back into view. I
pulled it in about half way into the monitor, but the left edge of the
Formula bar was now hidden and entire bar locked in place (I could not shift
it to the right). I shut down Excel and restarted it, and finally, by pulling
the bar "downwards" it snapped into full view...

Problem Solved... Thanks for the comments...
 
J

JE McGimpsey

You needed to type the CMD-g that I mentioned in the next sentence in
order to see the Immediate Window...
 

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