I am trying to color a range. I cannot figure out the code to define my range.
I want it to be
Row = rnum
column A to W (or 1 to 23)
I know the syntax is activeworksheet.range("RANGE")..Interior.Color = RGB(211, 211, 211)
But I don't know how to put my range in the "RANGE" variable.
Can anybody help?
I want it to be
Row = rnum
column A to W (or 1 to 23)
I know the syntax is activeworksheet.range("RANGE")..Interior.Color = RGB(211, 211, 211)
But I don't know how to put my range in the "RANGE" variable.
Can anybody help?