View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dcstech dcstech is offline
external usenet poster
 
Posts: 5
Default Searching a String

I have a list of ID numbers. They are as follows

bttest12
bttest45
cttest12
bttest45

Ok in VBA say that i wanted to search this row of strings using a short segment of the strings

Inputbox1="ct

I would like to return the values that contain the letters "ct" to a listbox

Thanks for any help