Last Row with Content - As a row
nemadrias wrote:
Thanks to both - and finally how would I then insert a row after either
of your code? Thanks - sorry dumb newbie q's...
Hi Steve
You wouldn't as your already at the last row but
Cells.SpecialCells(xlCellTypeLastCell).Offset(1, 0).EntireRow.Select
will select the next row down.
Regards
Steve
|