Thread
:
Help with Range Reference
View Single Post
#
1
Posted to microsoft.public.excel.programming
Mike
external usenet poster
Posts: 3,101
Help with Range Reference
I have the variable ColLetter as a string, and I want to refernce a range in
code
Say ColLetter is equal to B
Instead of doing Range(B5:B55) I want to do
Range(ColLetter&5:ColLetter&55)
Reply With Quote
Mike
View Public Profile
Find all posts by Mike