Macro

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Is there a way through and event to tell if a macro has been initiated and
is running. Does the event tell you when a macro has started and finished?

I need to be able to capture this throuhg VB .Net.

Thank you in advance.
 
Is there a way through and event to tell if a macro has been initiated and
is running. Does the event tell you when a macro has started and finished?

I need to be able to capture this throuhg VB .Net.

Thank you in advance.

use a msgbox at the end of the macro, such

msgbox "Macro Completed"
 

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