Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Up until now I've been counting the number of records in a particular
sheet with this: Do x = x + 1 Loop Until Worksheets(1).Cells(x, 1).Value = "" This seems like the long way to do this. And it only runs until it hits a blank cell. Is there an easier way to do this that preferably won't stop at the first blank line? - Pikus --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA to total record count | Excel Discussion (Misc queries) | |||
lloking for an easier way to count | Excel Worksheet Functions | |||
Autofilter record count | Excel Discussion (Misc queries) | |||
record count using two different cells | Excel Worksheet Functions | |||
record of records count for display... | Excel Programming |