Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to stop a procedure if an excel cell contains a space.
Example; cell contains <M T91490 I've tried an if statement, but it's not returning the result I'm looking for. If activecell.value like " " then msgbox "Check cell contents" exit sub end if I've also tried this; If activecell.text like " " then msgbox "Check cell contents" exit sub end if |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
about & operator | Excel Discussion (Misc queries) | |||
Operator for Contains | Excel Worksheet Functions | |||
Operator | Excel Worksheet Functions | |||
IN operator | Excel Worksheet Functions | |||
XOR Operator - How? | Excel Discussion (Misc queries) |