Objet variable question?

  • Thread starter Thread starter rpqccaa
  • Start date Start date
R

rpqccaa

Is there an objet variable that would tell me the current running
macro/module?
Thank's ahead.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top