Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if txtbox < "blahblah" and txtbox < "nextone" and txtbox <"anotherone"
then you want to use AND. It will always not equal one of the values, so using OR would always be true. -- Regards, Tom Ogilvy "novicevbaer " wrote in message ... Tom Thank you for responding. I was trying to put If txtbox < "blahblah" Or "nextone" Or ......... This didnt work. Is there a way to list all of the possible variables otherwise it would only work if there were only one possible acceptable word. Thanks I know this is on the right track --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I have a workaround | Excel Worksheet Functions | |||
vlookup and validating data list | Excel Worksheet Functions | |||
Modifying a validating list | Excel Discussion (Misc queries) | |||
validating a list of multiple columns | Excel Worksheet Functions | |||
validating against a list - Please Help! | Excel Programming |