View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default interogating a string within a macro - bjy

x = InStr(1, "ahdhhctjdjjd", "ct")

Regards,
Stefi


€˛Brian Young€¯ ezt Ć*rta:

how can i find teh position of 2 charactors within a string ?

ie. string

ahdhhctjdjjd

i need to locate the 'ct' pairing

any suggestions would be appreciated