I have a user form which places data into rows on a spreadsheet. Once the data is in there I would like to have another user form which can be used to change that data and replace the old data.
The original form consists of text boxes, combo boxes, check boxes and option buttons as well as calculated fields.
The new form needs to be able to:
1 - select the row containing the data to modify;
2 - place that data into the form in the right boxes to allow changes to be made; and
3 - on completion of the changes place the updated data back in the row it came from.
I think I have point two under control (initilise the form using the data selected) but the data selection part and making sure it goes back onto the right row is something I can't get my head around. I was going to copy the original user form and the associated code and then just modify the bits of the code and controls that would no longer apply.
Any thoughts on how I can do points one and three or places to look for ideas?
The original form consists of text boxes, combo boxes, check boxes and option buttons as well as calculated fields.
The new form needs to be able to:
1 - select the row containing the data to modify;
2 - place that data into the form in the right boxes to allow changes to be made; and
3 - on completion of the changes place the updated data back in the row it came from.
I think I have point two under control (initilise the form using the data selected) but the data selection part and making sure it goes back onto the right row is something I can't get my head around. I was going to copy the original user form and the associated code and then just modify the bits of the code and controls that would no longer apply.
Any thoughts on how I can do points one and three or places to look for ideas?