I have searched through as many of the forum posts that i could find but have been unable to find the answer i need.
I have a form that will be used for data entry and i want to create a macro that will take specific data from the form and paste into the first empty row of a summary workbook.
For Example, in the entry workbook (WB1) the user will enter information into Cell B12, B14, B15, F15, H15 and then i need a macro that will:
- open the summary workbook (WB2)
- find the first empty row
- take the info entered in cell B12 of WB1 into column A of the first empty row found in WB2
- the info entered in cell B14 of WB1, would be entered into column B of that empty row that was found, and so on
Thank you in advance for your help
I have a form that will be used for data entry and i want to create a macro that will take specific data from the form and paste into the first empty row of a summary workbook.
For Example, in the entry workbook (WB1) the user will enter information into Cell B12, B14, B15, F15, H15 and then i need a macro that will:
- open the summary workbook (WB2)
- find the first empty row
- take the info entered in cell B12 of WB1 into column A of the first empty row found in WB2
- the info entered in cell B14 of WB1, would be entered into column B of that empty row that was found, and so on
Thank you in advance for your help