Hi,

I need to make sure that a cell contains NO SPECIAL CHARACTERS (including
the <SpaceBar>) during data entry.

I've tried:
=len(cellReference)=len(substitute(cellReference,or(char(32),char(34),...etc
),"")

but Excel doesn't like the OR funtion (2nd parameter) inside SUBSTITUTE.

How do you test if a cell reference contains ANY of the "special text
characters" (from list below)?

space
double quote
number
dollar
percent
ampersand
apostrophe
open parenthesis
close parenthesis
asterisk
plus
comma
hyphen
period
forward slash
colon
semi-colon
less than
equal
greater than
at symbol
open square bracket
backslash
close square bracket
caret
underscore
single quote (under tilde)
open curly bracket
pipe (above backslash)
close curly bracket
tilde


Thanx for your time... (^_^)