Is there an objet variable that would tell me the current running macro/module? Thank's ahead.
R rpqccaa Sep 22, 2006 #1 Is there an objet variable that would tell me the current running macro/module? Thank's ahead.
P PeterAtherton Sep 22, 2006 #2 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
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