Objet variable question?

R

rpqccaa

Is there an objet variable that would tell me the current running
macro/module?
Thank's ahead.
 
P

PeterAtherton

Rebecca

One way is to add a line to each macro like
Application.StatusBar = "Test Procedure Running"
change the procedure name to your macro in each case.

Regards
Peter
 
Top