Annoying grey bar on the left of the screen

dafreedomfita

New Member
Joined
Aug 11, 2007
Messages
37
does anyone know why this bar on the left keeps appearing, and what can be done about it?
thanks

File
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Re: Annoyning grey bar on the left of the screen

To Vog II,

I am really enjoying your formula for hiding the "#DIV/0" error message in cells yet to be popullated w/numbers.

Q: Conversion Trivia Vog II: Excel's `ADD-IN-TOOL PAK' Stinks. Mostly I utilize 'Machinery Handbook' in the U.S.. An obscure conversion formula occurred to me; I like the late 80's Ray Davies (formerly of The Kink's) tune of SUPERMAN STUCK into my head.
"... a 9 Stone weakling looking back at me....".

Persistance prevailed & now I know that 1 Stone = 14 U.S. Pounds. As well as, 1 DOANE = 5.82 oz.

Website: metric-conversions.org

Many Thanks Again, for hiding #DIV/0

"... onward, through the fog...." - Ted Roesch
 
Upvote 0
Hi Ted

The Analysis ToolPack does do some conversions - in fact a full list is available under the topic Convert in this excellent little download http://www.xlfdic.com/

One has to be careful - for example in converting litres to gallons it uses Queen Anne (US) gallons = 3.85 litres whereas in the UK we use Imperial (king/queen, who knows or cares) gallons which are ~4.54 litres (or liters if you are American).

This isn't an idle observation. In my line of work I have to convert flowrates through a filter expressed in gallons per square foot per minute into units that Europeans understand (metres per second). I use a calculator, not Excel.
 
Upvote 0
Thank You VoG II,

When all esle fails, " hit the books". - Some body has already thought of it.

- Ted Roesch
 
Upvote 0
does anyone know why this bar on the left keeps appearing, and what can be done about it? thanks

I have had a similar problem with my code (which calls Solver several times in succession). The problem began quite randomly, as the macro that causes the grey bar was not edited around the time the error began occuring.

I have found a workaround:

Application.CommandBars("Task Pane").Visible = True
Application.CommandBars("Task Pane").Position = msoBarLeft
Application.CommandBars("Task Pane").Visible = False

Executing this code is essentially macroing the manual fix of opening a task pane and docking on the left side, forcing a 'refresh' of this portion of the application window.

Obviously, this only fixes the symptom not the problem, but at least it prevents the issue from affecting the user.
 
Upvote 0
the annoying grey bar is actually part of your tool bars. Why it shows up is anyones guess, but to make it go away, put a tool bar over then and then a) move it back to the top, or b) hide it.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,833
Members
452,947
Latest member
Gerry_F

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