Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Curt,
Your comparison Target.Value <= 0 will get you in trouble, if target.value is actually text. Try: If Target.Column = 12 And CDbl(Target.Value) <= 0 And IsText(Target.Value) Then _ Call Announcer(Target) HTH, Bernie MS Excel MVP "Curt" wrote in message ... = isText If Target.Column = 12 And Target.Value <= 0 And IsText(Target.Value) Then _ Call Announcer(Target) used to working with numeric blanked on this text issue isText was isNumeric does this look right Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Target Question | New Users to Excel | |||
Target Question | New Users to Excel | |||
Target | Excel Worksheet Functions | |||
Target Cells | Excel Worksheet Functions | |||
From Target to Source | Excel Worksheet Functions |