Thread
:
print result
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mike Fogleman
external usenet poster
Posts: 1,092
print result
Range("A19").Value = Var
Mike F
"Lynn" wrote in message
...
Hi,
How can I print the value of Var in cell A19 ?
Dim Var As Long
Var = Application.CountIf(Range("1:65536"), "day")
Reply With Quote
Mike Fogleman
View Public Profile
Find all posts by Mike Fogleman