Hello,

Is there an alternative to ActiveCell.Row, in some cases I might need the data from more than just one cell...So if I use
ActiveCell.Row, 2

Well that is useful if I just want that cell...But what if I need to select several cells...and not just one...?

Any alternative...?
My Code now:
[VBA]" Persons Name:" & wks.Cells(ActiveCell.Row, 17) & vbNewLine & vbNewLine & _[/VBA]