Thread
:
use a variable to set a range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Norie
external usenet poster
Posts: 82
use a variable to set a range
There's no need to convert to the letter.
If you have the column number you could just use it.
ColNum = 3 ' column 3 is column C
Columns(ColNum).Interior.Color = vbRed
Reply With Quote
Norie
View Public Profile
Find all posts by Norie