Thread: print result
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lynn[_6_] Lynn[_6_] is offline
external usenet poster
 
Posts: 9
Default print result

Hi,
How can I print the value of Var in cell A19 ?

Dim Var As Long
Var = Application.CountIf(Range("1:65536"), "day")