C
Chip Pearson
They are different because the second approach results in an
offset equal to rSel from rSel. So if rSel is C3,
rSel(rSel.Cells(1,1))
is
rSel.Range("C3").Cells(1,1)
or E5.
The "C3" is not the absolute reference to cell C3, it is
*relative* to rSel.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
offset equal to rSel from rSel. So if rSel is C3,
rSel(rSel.Cells(1,1))
is
rSel.Range("C3").Cells(1,1)
or E5.
The "C3" is not the absolute reference to cell C3, it is
*relative* to rSel.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com