Hello,
This may be a stupid question, but is it possible to put multiple ranges in a range statment?
for instance, I am using the code:
with xlsheet
.range("A1").font.bold = true
.range("D4").font.bold = true
.range("L9").font.bold = true
....etc.
Is there a way to combine these three...