My user has sorted data with subtotals breaking on Column E. He wants to copy the data from columns a to d of the last line before each break and paste it in to the subtotal row so that when he collapses the selection the subtotal figures have a meaningful label. I was considering starting at cell A1, using a loop with 'Selection.End(xlDown).Select' to get to the last line in each section but I'm having trouble with the sytax for either extending the current selection across by 3 cells or using some sort of 'Range("a(CurrentRow):d(CurrentRow)"
.Select'. I would then copy, go down one row and back to Column A and paste in the selection using ActiveSheet.Paste back to Column A again and carry on wqith the loop. Any (KISS) ideas?
Des.
Des.