| A range in Excel is referring to 1 or more cells.
All the following are Ranges
This : (colon) is a shortcut to select all cells from first to last first:last I:J selects all rows in columns I and J 1:5 selects all columns in rows 1 through 5 and the final one above selects a number of cells. Step through the following macro to see what the code does or enter each statement to the
|