View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Keeping my computer busy

How about

Sub loopit()
Do Until Range("A1").Value = 2
Range("A1").Value = 1
Loop
End Sub


Gord Dibben Excel MVP

On Thu, 8 Dec 2005 14:10:06 -0600, Vnagpal
wrote:


Hello Frnds,

I need ur help here...

Do we have a loop function with which I can keep my excel busy and my
computer busy....when I am not at my desk...a small simple loop
function in excel

Thanks in advance
Vikram