michaeltsmith93
Board Regular
- Joined
- Sep 29, 2016
- Messages
- 83
If someone could point me in the right direction with a link and/or an example line or two of code, that would be fantastic.
I have two workbooks, and a colleague will be updating one of them sporadically. I'd like to create a command button that will update the differences between the two sheets. I'll have them both open, so no need to do anything crazy there. The data are set up as a list of people with attributes (email, phone, etc.) in columns to the right. I can use the last name as my vertical match. What I'd like to do is write some code that equivocates one column to another (e.g., "Email" = "PI Email"; "PI Last Name" = "PI (Last)") so that it's putting the correct data in the correct place.
Because there is some data on the first sheet that I don't want on the second sheet, I can't simply copy the whole row. I've found tons of solutions to do that, but none to accommodate differences between the sheets like this.
I have two workbooks, and a colleague will be updating one of them sporadically. I'd like to create a command button that will update the differences between the two sheets. I'll have them both open, so no need to do anything crazy there. The data are set up as a list of people with attributes (email, phone, etc.) in columns to the right. I can use the last name as my vertical match. What I'd like to do is write some code that equivocates one column to another (e.g., "Email" = "PI Email"; "PI Last Name" = "PI (Last)") so that it's putting the correct data in the correct place.
Because there is some data on the first sheet that I don't want on the second sheet, I can't simply copy the whole row. I've found tons of solutions to do that, but none to accommodate differences between the sheets like this.