excel status bar says "double-click to edit PBrush"

C

Chip Pearson

It sounds like an add-in has neglected to reset the status bar.
Press ALT+F11 to open the VBA Editor. There, press CTRL+g to open
the Immediate Window. In the Immediate Window, type the following
and press ENTER:

Application.StatusBar = False


This will return control of the status bar back to Excel.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
L

leo

Tried that and nothing happens. When I type Application.StatusBar = False in
the immediate window nothing happens. So I close the window and the PBrush
message is still in the status bar.
 
Top