Nick, Bob,
.Cells(I, "J").Cut .Cells(i + 1, "D") worked for the first cell.
The spreadsheet currently look like this:-
A1 B1 C1 8523 E1 F1 G1 H1 116 125 4568 15
A2 B2 C2 4875 E2 F2 G2 H2 485 784 695
I want to change it to look like this:-
A1 B1 C1 8523 E1 F1 G1 H1 116 125 4568 15
116
125
4568
15
A2 B2 C2 4875 E2 F2 G2 H2
485
784
695
The number of cells to be moved varies from zero to several tens.
I hope this clarifies things.
Regards,
Ian