View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Application.Run("MacroName", Args)

Yes.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Abraham Andres Luna" wrote in message
...
is it safe to assume that calling Application.Run("MacroName",
Args) will wait till the macro is complete before proceeding?