Quote:
Originally Posted by vince692
I kept the Exit Sub and added Else afterwards.
|
The reason I suggested replacing 'Exit Sub' is that it's redundant. The code will perform just as you require with 'Else' instead. Delete your modified code's 'Exit Sub' and you'll see that is so.