Sheet1 contains everything I need to update all other sheets, for example I have a form that allows me to search for a specific persons information which is located in sheet2 (Tenant List), using the VLookup function.
At present, I have sheet1 (Main Controls), contact details, addresses and names in sheet2 (Tenant List) and all other sheets that may go up to 100 contain individual information for each person within the Tenant List. So person one will have the ID "1-7", so there's a sheet called "1-7".
I'm looking to create another form with the headings, ID, Date, Time, Issue, Resolution and Status.
When the data under these headings have been entered and a button is pressed I would like the Macro to search for the corresponding sheet name (which is the ID of the person) using the "ID" cell within the main form, then paste the information into that persons sheet which also contains the same headings.
Example: Sheet1, C21 has the heading (ID - Which is the individual persons ID, also sheet name), C22 (ID Entry Box), D21 (Date), D22 (Date Entry Box), E21 (Time), E22 (Time Entry Box), F21 (Issue), F22 (Issue Entry Box), C23 (Resolution), C24 (Resolution Entry Box).
C25:F25 will have a shape box awaiting a Macro to be assigned.
Using this example, I would like the Macro to search the ID Entry Box which say contains "1-7", find the sheet with that name, then paste all Information from the "Entry Boxes" into the corresponding cells in the sheet "1-7" .
If I haven't lost you, I would really appreciate some advice. Thanks!
At present, I have sheet1 (Main Controls), contact details, addresses and names in sheet2 (Tenant List) and all other sheets that may go up to 100 contain individual information for each person within the Tenant List. So person one will have the ID "1-7", so there's a sheet called "1-7".
I'm looking to create another form with the headings, ID, Date, Time, Issue, Resolution and Status.
When the data under these headings have been entered and a button is pressed I would like the Macro to search for the corresponding sheet name (which is the ID of the person) using the "ID" cell within the main form, then paste the information into that persons sheet which also contains the same headings.
Example: Sheet1, C21 has the heading (ID - Which is the individual persons ID, also sheet name), C22 (ID Entry Box), D21 (Date), D22 (Date Entry Box), E21 (Time), E22 (Time Entry Box), F21 (Issue), F22 (Issue Entry Box), C23 (Resolution), C24 (Resolution Entry Box).
C25:F25 will have a shape box awaiting a Macro to be assigned.
Using this example, I would like the Macro to search the ID Entry Box which say contains "1-7", find the sheet with that name, then paste all Information from the "Entry Boxes" into the corresponding cells in the sheet "1-7" .
If I haven't lost you, I would really appreciate some advice. Thanks!