Hi All,
Im working on 2 tabs where I need the macro code to locate records on Tab 'Ending' and paste the 3rd value beside the corresponding record in Tab 'Run'
Eg:
The macro must search for 'ST' AND '12345' in Tab 'Ending'
and in Tab 'Run' must find the corresponding 'ST' and '12345' and paste James in cell C2
Thanks for anyone who can assist.
B Regards
Im working on 2 tabs where I need the macro code to locate records on Tab 'Ending' and paste the 3rd value beside the corresponding record in Tab 'Run'
Eg:
The macro must search for 'ST' AND '12345' in Tab 'Ending'
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | PO Type | PO Number | Sales Person | ||
2 | ST | 12345 | James | ||
3 | ST | 45677 | Tony | ||
4 | UN | 22222 | Franz | ||
Tab 'Ending' |
and in Tab 'Run' must find the corresponding 'ST' and '12345' and paste James in cell C2
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | PO Type | PO Number | Sales Person | ||
2 | ST | 12345 | * | ||
3 | ST | 45677 | * | ||
4 | UN | 22222 | * | ||
Tab 'Run' |
Thanks for anyone who can assist.
B Regards