Hi,
I need a VBA code for following requirement
I'm Working in an excel report in which the range column "B" have instructions with multiple part numbers.
I need to copy only those part numbers from column "B" to the next columns C,D,E,F etc., (refer below table)
regarding the part number it always starts with 12AB and it has 14 characters only.
Thanks,
Vino
I need a VBA code for following requirement
I'm Working in an excel report in which the range column "B" have instructions with multiple part numbers.
I need to copy only those part numbers from column "B" to the next columns C,D,E,F etc., (refer below table)
regarding the part number it always starts with 12AB and it has 14 characters only.
A | B | C | D | E | F | G |
1 | Install DVR (12AB_46A_386CD) to the IO side and fix the CON (12AB_20A_124AC) towards the PWR unit. Hold TERM (12AB_10C_026DC) | 12AB_46A_386CD | 12AB_20A_124AC | 12AB_10C_026DC | ||
2 | Fix PWR UNIT (12AB_90Q_096CD) and check I/O PIN (12AB_40D_006AC) | 12AB_90Q_096CD | 12AB_40D_006AC |
Thanks,
Vino