Hello Gurus,
I have two tables in two worksheets within the same workbook. I need to be able to copy the row data from Table 1 onto Table 2 once someone has entered in a completion date into the row in Table 1. (Btw, this will likely never be the last row in the table). Essentially, when one group completes a task, the relevant task details will be automatically entered onto the other group's work list, and vice versa. This will only need to occur if the value in the column "Job Type" is "QC", otherwise the data will not need to be copied over. I don't have any code that I'm using currently, but I understand that this will likely be a Worksheet Change event, which I am already using a different version of to automatically send emails. Please tell me if more information is needed, or if you need a version of my workbook to play with. Thank you in advance!
I have two tables in two worksheets within the same workbook. I need to be able to copy the row data from Table 1 onto Table 2 once someone has entered in a completion date into the row in Table 1. (Btw, this will likely never be the last row in the table). Essentially, when one group completes a task, the relevant task details will be automatically entered onto the other group's work list, and vice versa. This will only need to occur if the value in the column "Job Type" is "QC", otherwise the data will not need to be copied over. I don't have any code that I'm using currently, but I understand that this will likely be a Worksheet Change event, which I am already using a different version of to automatically send emails. Please tell me if more information is needed, or if you need a version of my workbook to play with. Thank you in advance!