Irene has attended:
Excel VBA Intro Intermediate course
Status bar updates
How can we state what the macro is doing in the status bar?
RE: Status bar updates
Hi Irene, thanks for your query. The following line of code will allow you to display text on the Status bar:
Application.StatusBar = "Macro 1 is now working..."
Hope this helps,
Anthony