Hi all,
This code sets an area based on columns, with groups of rows seperated by a blank row. it works well.
I'm looking for the method to set myAreas so that I can set the myareas by individual rows within the columns![]()
Set myAreas = Sheets(1).Columns("a:f").SpecialCells(2, 1).Areas ArrayedAreaAddress = myareas(1).address
e.g.
This doesn't work.![]()
Set myAreas = Sheets(1).Columns("a:f").Rows.Areas
Would anybody know how this is done
Cheers
Bookmarks