View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default call another macro

hi,
instead of application.run, use the Call command.

Call MacroOther

works for me.
Regards
FSt1

"dspilberg" wrote:

I have a macro which may have to call another macro if a condition is
satisfied. I was using the command Application.Run "macro's name" but then
at the end of that macro the VB does not keep executing the macro that had
triggered the process.

Any ideas? I appreciate. Thanks in advance.

Daniel (Brazil)