Home ยป Range.Count property
Learn
Excel Macro: Sort Column Data By Double Clicking Header Cell
If you want to sort the column data in ascending or descending order by double clicking on any Excel column header, you […]
Learn
Excel Macro: Delete Blank or Empty Columns
Blank columns can often cause problems with formulas. this macro can help automate delete blank columns. Get this VBA code now!
Learn
Excel Macro: Delete Blank or Empty Rows
Blank rows can often cause problems with formulas. This macro can help automate delete blank or empty rows. Get this VBA code now!
Learn
Excel Macro: Insert Blank Rows Between Existing Rows
If you need to insert blank rows between each of the existing rows into your Worksheet with VBA, this macro will help you to do this.
Learn
Excel Macro: Loop Through a List of Data
When you write a VBA Macro, you may have to loop through a list of data on a worksheet, this is one of VBA's must-have skills. Get it now!
Learn
Select a Range with Excel VBA
This course will show you how to use Range, Cells, Offset, Resize and Union to select a range in Excel VBA. Take this free course now!
Docs
Range.Count property
Returns a Long value that represents the number of objects in the collection. Syntax expression.Count expression A variable that represents a Range […]
Learn
Reference cells and ranges
Programming with Excel VBA: The method of reference cells and ranges. Take this free course now!