BTW, I sorted out the problem with ...
... by changing ...the left to right scroll becomes VERY small because in makes ALL columns "A:XFD" viewable
... to ...Range(ActiveCell, ActiveCell.EntireRow.Cells(1, Columns.Count).End(xlToRight)).Copy
Thanks in advance.Range(ActiveCell, ActiveCell.EntireRow.Cells(1, Columns.Count).End(xlToLeft)).Copy
Kind regards,
PAB