G
Guest
I have a data worksheet in which I have to update record using a different
sheet (form for data entry).
I recorded a Macro where by records were copied from the form sheet , and
copied after the last record in data sheet. ( Say the last record was in row
10, so the data has to be updated in row 11)
But when the macro is recorded the number for the last row which was updated
while recording gets fixed (in this case row 11) , therefore when the macro
is rerun everytime row 11 is updated.
I require that this number should be generated after looking at data sheet
and identifying the last row record.
If anyone can help.....
sheet (form for data entry).
I recorded a Macro where by records were copied from the form sheet , and
copied after the last record in data sheet. ( Say the last record was in row
10, so the data has to be updated in row 11)
But when the macro is recorded the number for the last row which was updated
while recording gets fixed (in this case row 11) , therefore when the macro
is rerun everytime row 11 is updated.
I require that this number should be generated after looking at data sheet
and identifying the last row record.
If anyone can help.....