Hello All,
column A, D & G at sheet 1 is the UPC prodcut storage
sheet 2 onwards is the order details, column C is the UPC product
sheet2 of my workbook as example as below
I need a vba to search for the same UPC product as column A or column D or column G of sheet1 in the worksheet C column of the entire workbook, if found the same UPC product, i'd like to tab color as red, yellow and blue respectively
example. if 400050873737 was found in column A or D or G of sheet 1, color tab as request
thank you very much
column A, D & G at sheet 1 is the UPC prodcut storage
sheet 2 onwards is the order details, column C is the UPC product
sheet2 of my workbook as example as below
I need a vba to search for the same UPC product as column A or column D or column G of sheet1 in the worksheet C column of the entire workbook, if found the same UPC product, i'd like to tab color as red, yellow and blue respectively
example. if 400050873737 was found in column A or D or G of sheet 1, color tab as request
bbb pick.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | Order SN | READY TO PICK | ||||||||||
2 | Order Date | |||||||||||
3 | Type | |||||||||||
4 | Number | |||||||||||
5 | Pick Up | |||||||||||
6 | Remarks | |||||||||||
7 | Picker Name | |||||||||||
8 | ||||||||||||
9 | # | UPC | UPC Product | Name | Quantity | Unit Price | Subtotal | Qty picked | Pending pickup qty | Remark | ||
10 | 1 | 400050873737 | 400050873737 | |||||||||
11 | 2 | 400051339171 | 400051339171 | |||||||||
12 | ||||||||||||
13 | Total | |||||||||||
14 | Discount | |||||||||||
15 | Total Amount | |||||||||||
16 | ||||||||||||
220306004957866560 |
thank you very much