Thread: print result
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default 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")