Gerard
Before using isnumeric see this thread.
You could be surprised.
http://tinyurl.com/9to4ka
Gord Dibben MS Excel MVP
On Mon, 16 Mar 2009 00:07:09 -0700, "Gerard Sanchez"
<(E-Mail Removed)> wrote:
>This did the trick!
>
>Thanks 
>
>
>"filo666" <(E-Mail Removed)> wrote in message
>news:C9D2F502-0AE3-44CD-8948-(E-Mail Removed)...
>>
>> If Isnumeric(Range("F65"))=true and Range("F65") > 0 then blablablablalba
>>
>> "Gerard Sanchez" wrote:
>>
>>> Hi,
>>>
>>> I was wondering instead of
>>>
>>> If Range("F65") > 0 Then Range so and so .printount
>>>
>>> I was wondering if there's any way I can get this line to apply strictly
>>> to
>>> numeric results, because currently code sees the text results also as
>>> greater than zero ( >0 ) ??
>>>
>>>
>>>
>