View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_101_] Leith Ross[_101_] is offline
external usenet poster
 
Posts: 1
Default Code Not Recognizing Value in Drop-Down Menu


Hello Paige,

Try this trick. Use the VAL(<string) method to convert "11+" to a
number. VAL will convert upto the first non numeric character. Except
for things like scientific notation, exponents and sign prefixes.

This should work with no problem
If Val(Taget.Value) = 11 Then

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=478940