Hi all,
I've composed this macro which does what I need; (finds last used column in row4 and drags the contents 1 column to the right). In this case, last used column= BA
Sub newmonth_book()
Sheets("Book").Select
Range(Cells(4, 53), Cells(8, 53)).AutoFill Destination:=Range(Cells(4...