Thread: Macro
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Macro

The first part will usually complete before the second part runs, but if this
is not occuring, try inserting a DoEvents between the two parts
--
Gary''s Student - gsnu200717


"nc" wrote:

What statement must be included in a macro to make it run as one, but part
one must be completed before part two starts?