View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Subodh Subodh is offline
external usenet poster
 
Posts: 99
Default using loop in ontime

I want to use the onaction property in loop
like using it with a variable
for i = 1 to 100
ontime(00:00:i)
someprocedure
next i