W
werdna
As I have explained - I have a list of individuals like this...
[SURNAME] [FORENAME] [SEX] [GROUP]
[] denotes a cell.
This is all on one sheet.
On another sheet I have further details of the clients and thi
information (on the first sheet called 'list') is repeated usin
this....
='List'!A2 etc...
In the cells.
I did this so if that data changes, so does the rest of it. I also di
some ones for empty cells in case more was added. I've also named th
range on the first sheet.
Now, when I add someone new using a macro, I have to insert a new ro
at the end, or everytime I add using the macro if will just overwrit
the row I used when recording the macro.
But, when I do this it starts going wrong.
On row 70, there is an empty space. But on my second sheet I still hav
='List'!A70 for adding more. Upon running my macro, row 70 become
filled with data on my main sheet. However, as I inserted a row, row 7
on the linked sheet as changed so become ='List'!A71 and I dont kno
why!
I'm running Excel 97 because the computer I'm on isnt great. But I hav
XP 2003 on the other one I will use.
Any ideas
[SURNAME] [FORENAME] [SEX] [GROUP]
[] denotes a cell.
This is all on one sheet.
On another sheet I have further details of the clients and thi
information (on the first sheet called 'list') is repeated usin
this....
='List'!A2 etc...
In the cells.
I did this so if that data changes, so does the rest of it. I also di
some ones for empty cells in case more was added. I've also named th
range on the first sheet.
Now, when I add someone new using a macro, I have to insert a new ro
at the end, or everytime I add using the macro if will just overwrit
the row I used when recording the macro.
But, when I do this it starts going wrong.
On row 70, there is an empty space. But on my second sheet I still hav
='List'!A70 for adding more. Upon running my macro, row 70 become
filled with data on my main sheet. However, as I inserted a row, row 7
on the linked sheet as changed so become ='List'!A71 and I dont kno
why!
I'm running Excel 97 because the computer I'm on isnt great. But I hav
XP 2003 on the other one I will use.
Any ideas