L
Legacy 143009
Guest
I had posted to another thread before but there were no answer: http://www.mrexcel.com/forum/excel-q...nal-value.html I think it is a bit complex or I couldn't tell. Here is a related issue but something more clean another so I decided that's another case:
how can I write this?
PS: Extra work with this script is the values have prefixes as text values seperated with space. Thus they are something about playing cards, the values look like "CLUB 05" or "SPADE 12"... So the script should read the numbers after space.
Code:
Check If A1=01 Then Look and Find If A2=13 or A2=12 or A2=11 or A2=10 or A2=09 or A2=08
If True Pick A2 to B1, Else
[I]Next Line
[/I]
how can I write this?
PS: Extra work with this script is the values have prefixes as text values seperated with space. Thus they are something about playing cards, the values look like "CLUB 05" or "SPADE 12"... So the script should read the numbers after space.