View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brian Young Brian Young is offline
external usenet poster
 
Posts: 10
Default Interogating a string within a Macro

If I have a string called data that contains, for example, 12 characters how
can I find teh position of two charactors within it.

e.g the string is :
abhhsctdshhd

how can I find the position of 'ct' within it ?

any suggestions appreciated.

brian