Thread
:
Character limit in Range Method
View Single Post
#
1
Posted to microsoft.public.excel.programming
ExcelMonkey
external usenet poster
Posts: 553
Character limit in Range Method
Why does the followihg work
x = Range("$A$1", "$A$2").Address
Debug.Print x
But not the following:
x = Range("$A$1", "$A$2", "$A$3").Address
Debug.Print x
Thanks
EM
Reply With Quote
ExcelMonkey
View Public Profile
Find all posts by ExcelMonkey