Hi,
I have set the following code in my Macro:
'Add a message
Application.DisplayStatusBar = True
Application.StatusBar = "Please wait ... I'm creating your " & strFrequency & " report(s)"
But can't see anything when the macro is running.
Where is it meant to be displayed?
Thank you
I have set the following code in my Macro:
'Add a message
Application.DisplayStatusBar = True
Application.StatusBar = "Please wait ... I'm creating your " & strFrequency & " report(s)"
But can't see anything when the macro is running.
Where is it meant to be displayed?
Thank you