Excel vba range

excel vba rangeThe Range Object is the representation of a cell (or cells) on your Worksheet. Excel-vba-easy.com gives an overview of the properties and methods of the very important Excel VBA Range object. Learn more about how to: declare an Excel VBA Range, Select an Excel VBA Range, Select a Column of a Range, Select a Row of a Range, return a Range which is offset by a number of rows and columns, Copy and Paste an Excel VBA Range, Clear an Excel VBA Range, Count the number of Cells of a Range, get the CurrentRegion of a Range, Resize a Range and change the Font Properties of an Excel VBA Range.