I'm wanting to input data to a cell then run a macro that will transfer that data to a table elsewhere on the sheet.
Which list in the table it gets added to is dependant a drop down list that is selected.
That's the jist of it at least... Onwards!
Cell C2 contains the drop down list that has three options 'Activity List', 'People', and 'Status List'.
Cell D2 is the text string that will be entered by the user.
Then a button gets pressed which runs the macro.
The data in D2 is placed at the end of the correct table.
There are three tables: 'Activity_List', 'People', and 'Status_List', starting at H7, I7, and J7 respectively.
So I would like the macro to notice the text in C2, locate the corresponding table, and take the data from D2 and place it at the end of the table.
Any help would be very much appreciated.
Which list in the table it gets added to is dependant a drop down list that is selected.
That's the jist of it at least... Onwards!
Cell C2 contains the drop down list that has three options 'Activity List', 'People', and 'Status List'.
Cell D2 is the text string that will be entered by the user.
Then a button gets pressed which runs the macro.
The data in D2 is placed at the end of the correct table.
There are three tables: 'Activity_List', 'People', and 'Status_List', starting at H7, I7, and J7 respectively.
So I would like the macro to notice the text in C2, locate the corresponding table, and take the data from D2 and place it at the end of the table.
Any help would be very much appreciated.