I have a sheet which can be of any number of rows, Column Y contains a text string. On one sheet it may be the same string on every row, on another it may have any number of different strings (not necessarily in ordered blocks).
so what I am trying to achieve is to scan down the list, locate a string that has not been used before, store it in a variable and move on with other code, then return to the list and repeat.
Something like:
for x = 2 to endoflist
'find unique string
'store string in variable
call rest_of_code
next
I hope I have explained this OK, unfortunately it is difficult for me to post a sample as this is part of a large project
any help or pointers in the right direction would be most appreciated.
Bookmarks