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

SQL php on different pages to Insert (mysqli) -

How to combine associative arrays in bash? -

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