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"
 
Back
Top