vba - Get control of the Excel 2013 Status Bar -


i'm writing vba macro , takes time run. in every step want inform user object processed. therefor want write status bar:

application.displaystatusbar = true application.statusbar = true application.statusbar = "current item: " + objname doevents 

but message never shown. "ready" shown. statusbar property false. application.statusbar says: property returns false if microsoft excel has control of status bar.

so how can control of status bar?


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -