ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   print result (https://www.excelbanter.com/excel-programming/372603-print-result.html)

Lynn[_6_]

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")




Mike Fogleman

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")






Don Guillett

print result
 
range("a19").value=Application.CountIf(Columns("a" ), "a")
--
Don Guillett
SalesAid Software

"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")







All times are GMT +1. The time now is 09:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com