C
Curious
Hi,
I have a sheet (renamed as "LongTermLimits") that contains two areas:
Area 1: column A-column H, there are certain number of rows;
Area 2: column P-column T, there are certain number of rows.
I was advised to use the following code to get the row count for the
entire sheet:
myrowcount = Worksheets("LongTermLimits").UsedRange.Rows.Count
How can I get the row count for each area? Thanks!
I have a sheet (renamed as "LongTermLimits") that contains two areas:
Area 1: column A-column H, there are certain number of rows;
Area 2: column P-column T, there are certain number of rows.
I was advised to use the following code to get the row count for the
entire sheet:
myrowcount = Worksheets("LongTermLimits").UsedRange.Rows.Count
How can I get the row count for each area? Thanks!