G
Guest
Using XL 2003 & 97
What is the most efficient VBA code to:
1) read the following text layout of cell or range references
2) Go to each cell or range in the list
3) Change the cell or range of cells to a background color i.e. Yellow
U8, K8, S8, AH8, AJ8, AP8, AP10, AR8, AT8, AP14, M18, O18, E18:E22, K18:K22
S18:S22, AD18:AD22, AF18:AF22, AH18:AH22, AJ18:AJ22, AL18:AL22, AN18:AN22
AP18:AP22, AR18:AR22, AT18:AT22, U28, E28:E29, K28:K29, S28:S29, AD28:AD29
My guess is via the use of an array formula and a loop. That said, I am at
a loss as to where to begin.
TIA Dennis
What is the most efficient VBA code to:
1) read the following text layout of cell or range references
2) Go to each cell or range in the list
3) Change the cell or range of cells to a background color i.e. Yellow
U8, K8, S8, AH8, AJ8, AP8, AP10, AR8, AT8, AP14, M18, O18, E18:E22, K18:K22
S18:S22, AD18:AD22, AF18:AF22, AH18:AH22, AJ18:AJ22, AL18:AL22, AN18:AN22
AP18:AP22, AR18:AR22, AT18:AT22, U28, E28:E29, K28:K29, S28:S29, AD28:AD29
My guess is via the use of an array formula and a loop. That said, I am at
a loss as to where to begin.
TIA Dennis