A little excel vb help ?
"Bob Phillips" wrote in
:
Bob,
Using;
For RowCount = 3 To Selection.Rows.Count ' Start at Row 3
I can loop through selected Rows - Can I just loop through ALL the Rows
that exist (starting at Row 3) ? so the user does not have to select the
rows first ?
Thanks
PS - I think I have found that Cells.(x,y) seems to reference individual
cells as per my last question ? Is this the best way.
Thanks again
|