J
JamesBurrows
Is there a way of Setting an If loop to search for A-Z without doing
or B or C or D etc.
I have a column of data and it contains varying things in the specifi
colum but im trying to pick out only those that have a single letter i
them.
Heres my code below is there an operator i can put instead of ????????
If Worksheets("Line List").Cells(i, "B") = ("A"??????????"Z") Then
Cheers
Jame
or B or C or D etc.
I have a column of data and it contains varying things in the specifi
colum but im trying to pick out only those that have a single letter i
them.
Heres my code below is there an operator i can put instead of ????????
If Worksheets("Line List").Cells(i, "B") = ("A"??????????"Z") Then
Cheers
Jame