I'm having difficulty trying to find a way for the VBA status bar to reflect the name of the sub procedure.
I have numerous sub procedures and instead of hard coding the Application.Statusbar = "private sub 123()", I would like the status bar to reflect the name of the current sub procedure it is running.
Any suggestions?
I have numerous sub procedures and instead of hard coding the Application.Statusbar = "private sub 123()", I would like the status bar to reflect the name of the current sub procedure it is running.
Any suggestions?