View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bsmith1 bsmith1 is offline
external usenet poster
 
Posts: 1
Default Excel VBA- Time delaying macro

Hi. I'm working on a macro that will take a row of cells (coming in fro
live feeds), copy the values, and paste them one row down. I want t
store 40 periods of data. I want to be able to enter the number o
seconds that the code delays before repeating this process. I wa
wondering if there is any time-delaying feature built into excel, an
how to program it so that it starts when i hit a button, and stops whe
i hit another button...

The copying part is easy enough to program, but the time thing is wha
is stumping me.

Thanks for help

--
Message posted from http://www.ExcelForum.com