mscallisto
Technical User
Normally to get a "used rows" count for a sheet I use the standby code
While trying to get the "used rows count" for one or more (but not all) columns within a sheet, I tried:
It doesn't compute, is there a way to do this?
Code:
usedrows = ActiveSheet.UsedRange.Rows.Count
While trying to get the "used rows count" for one or more (but not all) columns within a sheet, I tried:
Code:
usedrows = ActiveSheet.UsedRange.columns("t:t").Rows.Count
It doesn't compute, is there a way to do this?