C
CrankyLemming
I have a problem with a sick record sheet & got loads of help last
time I had a query. So I'm on the scrounge again now that the rules
have been complicated. I hope this makes sense:
Say columns R and S are for an ever-growing list (well, R/S1 to R/S20
), the cells B1,D1 and F1 contain dates; C1, E1 and G1 contain a
number (number of days sick this time). I have a macro ("MOVE_RIGHT")
that cuts F1 and shifts the contents of B1 and D1 to the right (B1
moves to D1, D1 moves to F1, B1 is thus empty for input; same
principle with the cells containing numbers).
What I want to be able to do do is get the 'cut' contents from cells
F1 and G1 to appear in the _next_ available cell in columns R and S.
For example, R1, R2 and R3 are already filled from earlier sickness. I
run "MOVE_RIGHT", and the contents of F1 paste to R4, do it again and
they write to R5.
Thanks for any help.
Steve
time I had a query. So I'm on the scrounge again now that the rules
have been complicated. I hope this makes sense:
Say columns R and S are for an ever-growing list (well, R/S1 to R/S20
), the cells B1,D1 and F1 contain dates; C1, E1 and G1 contain a
number (number of days sick this time). I have a macro ("MOVE_RIGHT")
that cuts F1 and shifts the contents of B1 and D1 to the right (B1
moves to D1, D1 moves to F1, B1 is thus empty for input; same
principle with the cells containing numbers).
What I want to be able to do do is get the 'cut' contents from cells
F1 and G1 to appear in the _next_ available cell in columns R and S.
For example, R1, R2 and R3 are already filled from earlier sickness. I
run "MOVE_RIGHT", and the contents of F1 paste to R4, do it again and
they write to R5.
Thanks for any help.
Steve