R RockyAndNickels Lil' Programming Dude Local time Today, 05:24 Joined Jan 14, 2007 Messages 11 Jul 31, 2007 #1 If I want to find a set of words (lets say "wanting pizza") in a string of text, how would I do that using VBA?
If I want to find a set of words (lets say "wanting pizza") in a string of text, how would I do that using VBA?
boblarson Smeghead Local time Today, 02:24 Joined Jan 12, 2001 Messages 32,059 Jul 31, 2007 #2 check out the Instr function