View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gareth[_6_] Gareth[_6_] is offline
external usenet poster
 
Posts: 158
Default Comparing Text to Numeric Vals

I'm not quite sure if you mean compare 1 with "one" or 1 with "1a".

If you mean the latter, take a look at Val.

e.g. 21 = Val("21 tum ti tum") would evaluate to true.

HTH,
Gareth

DJS wrote:
hello~

I am looking for the proper method to compare non-numeric (text) vals to
numeric vals.
Is there a way to modify the script so that if cell.Value was a text val it
could be
interpreted as a numeric val?
Something like: Number(cell.Value) in my script:


If cell.Offset(0, -1) < cell.Value And Not _