Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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")



  #2   Report Post  
Posted to microsoft.public.excel.programming
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")





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default 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")





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I print the formula instead of the result LPAULITZKY Excel Discussion (Misc queries) 2 June 25th 08 09:11 PM
Question to check the conditions and then print the result. Neelakanta New Users to Excel 1 June 18th 08 08:15 AM
Advanced formula - Return result & Show Cell Reference of result Irv Excel Worksheet Functions 7 May 6th 06 03:36 AM
Importing result from Access query to Excel but the result only c. Edwin Excel Discussion (Misc queries) 0 March 16th 06 01:36 AM
vlookup based on random result returns incorrect result rickat Excel Worksheet Functions 1 December 6th 05 01:16 PM


All times are GMT +1. The time now is 10:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"