hi experts,
I would like to input data on the sheet 1, say, it saves in sheet 2 in the same order i enter.
i would like recall or retrieve data from sheet after entering 10 records or so and like to overwrite, if necessary.
For transferring data to sheet 2 - i used the following formula. It saves one after another in sheet 2.
LastRow = Worksheets("Sheet2").Range("A65536").End(xlUp).Row
Sheets("Sheet1").Range("A1:D12").Copy Worksheets("Sheet2").Cells(LastRow + 1, "1").
I would like you to guide me, on how to retrieve and make changes.
rgds,
ganeshm
I would like to input data on the sheet 1, say, it saves in sheet 2 in the same order i enter.
i would like recall or retrieve data from sheet after entering 10 records or so and like to overwrite, if necessary.
For transferring data to sheet 2 - i used the following formula. It saves one after another in sheet 2.
LastRow = Worksheets("Sheet2").Range("A65536").End(xlUp).Row
Sheets("Sheet1").Range("A1:D12").Copy Worksheets("Sheet2").Cells(LastRow + 1, "1").
I would like you to guide me, on how to retrieve and make changes.
rgds,
ganeshm