FootBallBat
Board Regular
- Joined
- Jan 26, 2012
- Messages
- 169
Sub Test()
Application.Wait Now + (TimeValue("00:00:03") / 2)
Range("A1").Value = Range("A1") - Range("C1")
End Sub
What I am looking for is how I can Loop this until Cell"A1" is equal to Cell"B1"
Application.Wait Now + (TimeValue("00:00:03") / 2)
Range("A1").Value = Range("A1") - Range("C1")
End Sub
What I am looking for is how I can Loop this until Cell"A1" is equal to Cell"B1"