View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abraham Andres Luna Abraham Andres Luna is offline
external usenet poster
 
Posts: 7
Default Application.Run("MacroName", Args)

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