Hi guys,
The code that I am working on is giving me some trouble:
I have a list of text values with intermittent empty values:
text1
text2
(empty)
text3
(empty)
(empty)
text4
I want my code to perform a number of actions for each text# in the range. I am using a for each loop:
The code works fine, but there is 1 problem: I want the loop to skip the empty values in the textlist. I tried adding the following code:![]()
Please Login or Register to view this content.
But this keeps asking to add a value behind the For statement.![]()
Please Login or Register to view this content.
I have been looking for solutions for several hours, but I cannot find a solution. Do you guys have any suggestions?
BTW: the list range gets its values from another sheet using a simple = sheet1'!A1 statement.
All help is appreciated!
Thanks!
Schzuki
Bookmarks