Hello Guys,
I am using the code below to iterate through a data validation list, however in the data validation list there are a lot of blanks.
I wish to stop the loop when a blank row is encountered.
The code works perfect, but it keeps looping until infinity.
Does anyone have an idea what to add to stop the "next c" part when a blank value is encountered in the data validation list (so the InputRange)
Thanks in advance!
I am using the code below to iterate through a data validation list, however in the data validation list there are a lot of blanks.
I wish to stop the loop when a blank row is encountered.
The code works perfect, but it keeps looping until infinity.
Does anyone have an idea what to add to stop the "next c" part when a blank value is encountered in the data validation list (so the InputRange)
Thanks in advance!