code for text
Test for Numeric
If Isnumeric(target) then
or not
If Not IsNumeric(Target)
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Curt" wrote in message
...
If Target.Column = 13 And Target.hastext Then _
Call CopyDoIt(Target)
Not sure if this is right it does not seem right. Trying to call DoIt if
text in column 13 Same idea for code works with numeric. This is first
time
I've tried to call by text.
Thanks Much
|