he Range method provides access to the cells of the worksheet. There are two
overloads. The first version accepts a single string argument that represent
the address of the range or an existing range name. The second version accepts
two vba.Range objects as arguments. These Range objects mark the upper left
and lower right corners of the vba.Range object that the Range method would
return.
|