Thread: Do Until Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Serkan[_3_] Serkan[_3_] is offline
external usenet poster
 
Posts: 10
Default Do Until Code

This routine will do:

Sub whatUneed()
Application.Calculation=xlCalculationManual
while cells(1,1)
Application.Calculate
Wend
End Sub


-----Original Message-----
Can anyone help with a piece of Code that will recalc

the sheet until a
certain cell contains a certain value e.g.:-
A1 = 0

TIA
Peter


.