Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to get a count of non-blank cells so that I can use it as
an input to a range. I have tried the following but it only counts the cells when I manually type something in the cell, not when I copy. Set myRange = Range("A1.A65536") myCount = Application.Count(myRange) Please advise, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi EWill
Use the Function Counta to count the cells that are not empty -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "EWill" wrote in message om... I am trying to get a count of non-blank cells so that I can use it as an input to a range. I have tried the following but it only counts the cells when I manually type something in the cell, not when I copy. Set myRange = Range("A1.A65536") myCount = Application.Count(myRange) Please advise, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to count#cells w/= value in other column and not count blank c | Excel Worksheet Functions | |||
count blank cells to next value | Excel Discussion (Misc queries) | |||
Count non-blank cells? | Excel Discussion (Misc queries) | |||
Count from Blank & Non-Blank Cells | Excel Discussion (Misc queries) | |||
Count the non blank cells | Excel Worksheet Functions |