View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ming[_2_] Ming[_2_] is offline
external usenet poster
 
Posts: 14
Default How can I control the macro's running time?

I create one macro to grad the updated info and paste it to another spread.
then thing is it will take a while for the data update. so is there anyway to
control the macro's running time. i.e. after it excute some of the code, what
kind of code could halt the macro for 1 minute then keep running again.

thanks a lot for your help.

Ming