J
Jase
I have a looping function that copies from a range and then pastes into
another. However I can't seem to get the function to end looping when I would
like. This is what I have to exit the loop and it does not work.
Do
If IsEmpty(RngToCopy) Then
Exit Sub
another. However I can't seem to get the function to end looping when I would
like. This is what I have to exit the loop and it does not work.
Do
If IsEmpty(RngToCopy) Then
Exit Sub