Thread: Find in UDF VBA
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
caveman.savant caveman.savant is offline
external usenet poster
 
Posts: 31
Default Find in UDF VBA

On Jan 18, 10:14*am, "caveman.savant"
wrote:
I'm working on a UDF that looks at several cell values...

if value starts with "B" in cell in column B then set variable "map"
to variable "default" if
*"SHORT", "SHT" is in the cell in column *G
or "G345" or "G231" is exactly in column B.

else set variable "msp" to variable 1


sorry I wasn't clear...
basically looking for a way to find "SHORT", or "SHT" in a cell value.