Do Until syntax problem
Can someone please tell me what is wrong with this command?
Do Until Range("Current_Date").Value - ActiveCell.Value < 361
I tried to add at the end,
Do Until Range("Current_Date").Value - ActiveCell.Value < 361 = True
but it still errors out.
Any suggestions? I've browsed examples here, and couldn't find anything
similar to what I'm doing.
Thanks,
J.O.
|