![]()
Sub Example() Do If Range("A1").Value < Range("B1").Value Then Range("A1").Value = Range("A1").Value + 0.5 End If Loop While Range("A1").Value < Range("B1").Value End Sub
![]()
Sub Example() Do If Range("A1").Value < Range("B1").Value Then Range("A1").Value = Range("A1").Value + 0.5 End If Loop While Range("A1").Value < Range("B1").Value End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks