View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aussie_craig[_2_] aussie_craig[_2_] is offline
external usenet poster
 
Posts: 1
Default Sets of Characters in Excel VBA


Thanks Rob - THe Case staement works but ...
I should have said more. I am using the conditional test in a Whil
Loop - and I can't seem to get the syntax correct for combining Cas
with a While statement

eg. My Code is

Pointer = 1
MyString = Mid(TargetString,Pointer,1)
While MyString = "1","2","3","4","5","6"