I have a macro and I want it to just keep re-running until a particular cell is blank. How would I do this?
Any assistance is appreciated.
Thanks,
I have a macro and I want it to just keep re-running until a particular cell is blank. How would I do this?
Any assistance is appreciated.
Thanks,
I figured it out my self.
I added
Do
The entire macro again
and then the following line.
Loop Until IsEmpty(ActiveCell(1, 3))
It works great.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks