Hello,
I have a do until loop question. Currently I have...
This works great! However I also want another thing being done at the same time. I want something like this on the Do Until line..![]()
Sub RandLoop() Calculate Do Until Cells(4, "H") + Cells(5, "H") <= Cells(1, "G") Calculate Loop End Sub
Do Until Cells(4, "H") + Cells(5, "H") <= Cells(1, "G") && Cells(9, "H") + Cells(9, "H") <= Cells(1, "G")
Thanks!
Bookmarks