> Not sure what data is being copied and pasted. If you want day of the week to
> change, you can also use =today() and format the cell as day.
[quoted text clipped - 6 lines]
> >
> > Thanks for any help
Hi John
If you made A1 hold the date then enter in B1
=$A$1+COLUMN()-2
Copy this across through C1:H1 and format cells Custom ddd
This will provide the days of the week, relative to the date entered in A1
Then each time you want to move things across, Insert a new column at B, and
copy C1 to B1
Record a macro as you do this, then run it whenever you need.

Signature
Regards
Roger Govier
> my atble is set out
> mon/tue/wed/thu/fri/sat/sun
[quoted text clipped - 18 lines]
>> >
>> > Thanks for any help
JohnM - 04 Aug 2007 13:28 GMT
Thankyou for that but I still ahve the same problem - I am not explaining
properly - I shall try better
My table looks
Mon Tue Wed Thu Fri
1/8 2/8 3/8 4/8 5/8
Boat Heli Heli
1 2 1
I can get the Day and Date to move put this what happens
Tue Wed Thu Fri sat
2/8 3/8 4/8 8/8 6/8
Boat Heli Heli
1 2 1
The information should show No Boat and the Heli's on 2 & 4/8
I hope that is clearer

Signature
JohnM
> Hi John
>
[quoted text clipped - 29 lines]
> >> >
> >> > Thanks for any help