![]() |
excel status bar says "double-click to edit PBrush"
I don't know what this is or how to get rid of it.
|
excel status bar says "double-click to edit PBrush"
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 "leo" wrote in message ... I don't know what this is or how to get rid of it. |
excel status bar says "double-click to edit PBrush"
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. "Chip Pearson" wrote: 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 "leo" wrote in message ... I don't know what this is or how to get rid of it. |
All times are GMT +1. The time now is 07:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com