Thread: Find Command
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RLang RLang is offline
external usenet poster
 
Posts: 47
Default Find Command

Hi,
I've used the FIND command in conjunction with wildcard characters to
find string patterns in a worksheet cell. Can anyone tell me if I can do the
same thing in VBA against a string variable that I've read in from a file
rather than referencing a cell? Apparently INSTR doesn't allow wildcard
characters.

Thanks much.