Hello,
I am very new to VBA and am looking for some help with something I'm trying to figure something out. Here are some details:
I have "Table1" in a sheet called "Interviews"
I have "Table2" in a sheet called "Main"
"Table1" Stats: Columns A-I. Headers on Row 4 and first Data row is 5.
"Table2" Stats: Columns A-J. Headers on Row 12 and first data row is 13.
What I'm trying to accomplish is whenever entry in Table1, Column H (or 8) says "Yes", I want the data from Column A (or 1) in that same row to go to Column A in "Table2" and data from Column I (or 9) in that same row to go to Column B in "Table2", in the next available line.
Is it possible to create a macro that constantly works in the background? So when I add an entry in "Table1", an entry will automatically appear in "Table2" in the next available line when it meets the condition.
If there isn't, I plan on creating a button on the "Main" worksheet so a user can just press it to update "Table2".
Thanks for your help!
I am very new to VBA and am looking for some help with something I'm trying to figure something out. Here are some details:
I have "Table1" in a sheet called "Interviews"
I have "Table2" in a sheet called "Main"
"Table1" Stats: Columns A-I. Headers on Row 4 and first Data row is 5.
"Table2" Stats: Columns A-J. Headers on Row 12 and first data row is 13.
What I'm trying to accomplish is whenever entry in Table1, Column H (or 8) says "Yes", I want the data from Column A (or 1) in that same row to go to Column A in "Table2" and data from Column I (or 9) in that same row to go to Column B in "Table2", in the next available line.
Is it possible to create a macro that constantly works in the background? So when I add an entry in "Table1", an entry will automatically appear in "Table2" in the next available line when it meets the condition.
If there isn't, I plan on creating a button on the "Main" worksheet so a user can just press it to update "Table2".
Thanks for your help!