I need to loop through a series of columns in Excel and bring back the number of records in each column.
I have tried using the following code -
Range("A6"
.CurrentRegion.Rows.Count
The problem is that this will bring back the row count for the column that has the most rows in the current region, not the current column.
Any help would be greatly appreciated.
Thanks in advance,
Jeff
I have tried using the following code -
Range("A6"
The problem is that this will bring back the row count for the column that has the most rows in the current region, not the current column.
Any help would be greatly appreciated.
Thanks in advance,
Jeff