Hi All,
I have been trying to write VBA code that will replace text XXX with the text in cell A2, then A3, A4, etc. Also then replacing the text YYY with text from B2, then B3, B4, etc. across the range of cells from C to H.
I have a large amount of data so it will take a long time to do this over and over again.
Can someone assist with VBA code for this?
Thanks!
I have been trying to write VBA code that will replace text XXX with the text in cell A2, then A3, A4, etc. Also then replacing the text YYY with text from B2, then B3, B4, etc. across the range of cells from C to H.
I have a large amount of data so it will take a long time to do this over and over again.
Type | Serial number | Replacement Range 1 | Replacement Range 2 | Replacement Range 3 | Replacement Range 4 | Replacement Range 5 | Replacement Range 6 |
Boeing | 1111 | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel |
Airbus | 2222 | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel |
Embraer | 3333 | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel | XXX_YYY_Excel |
Can someone assist with VBA code for this?
Thanks!