Hi all,
I'm looking for a way to simplify this code:
Range("C12,D12,H12,I12") = "A"
Range("C19,D19,H19,I19") = "B"
Range("C26,D26,H26,I26") = "C"
Range("C27,D27,H27,I27") = "D"
Range("C29,D29,H29,I29") = "E"
... etc etc ...
There are a lot of ranges, but the columns are always C, D, H & I. Is there anyway to simplify it so I can just have one row number for each range (eg Range("C,D,H,I & 12") = "A"?
Any help would be greatly appreciated.
Thanks,
Jamie
Bookmarks