Find in UDF VBA

C

caveman.savant

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
 
J

JLGWhiz

A UDF must return a single value, otherwise it becomes a procedure and needs
the Sub keywork vs the Function keyword in the title line.
 
J

Jim Thomlinson

Since there does not seem to be a question here I will just say... go ahead
and do that. Sounds good to me...
 
Top