Thread
:
Referencing a Range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Sanj
external usenet poster
Posts: 25
Referencing a Range
I have refered to a range, where I do not know where the end is by
Set rng = Worksheets().Range(Cells(a,b), Cells(c,d)). This tends to be
flaky and I don't want to use the "A1" notation.
Any suggestions?
Reply With Quote
Sanj
View Public Profile
Find all posts by Sanj