Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would probably use something like
fbr=range("a1").end(xldown).row nbr=cells(fbr,1).end(xldown.row nrs=nbr-fbr fbr=nbr -- Don Guillett SalesAid Software "CLamar" wrote in message ... I am trying to count the number of rows between empty rows (excluding the heading). My data is setup like this in the worksheet. Can anyone suggest a method to do this in VBA? heading1 heading2 heading3 1 1 1 2 2 2 3 3 3 heading1 heading2 heading3 4 4 4 5 5 5 6 6 6 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
(Unsuccessfully!) Unhiding Rows in Excel 2003 | Excel Worksheet Functions | |||
counting rows with same values for multiple values | New Users to Excel | |||
Counting Match Pairs In Rows | Excel Worksheet Functions | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
Counting rows with 3 columns | Excel Worksheet Functions |