VBA Quick Question
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 ) ??
|