Thread
:
range function
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rick
external usenet poster
Posts: 334
range function
This example works Range("A3:F" & SheetEnd).Select...
How do I make this one work? Range("A" & SheetStart & ":D" & SheetEnd).Select
The statement has to be as generic as possible.
Reply With Quote
Rick
View Public Profile
Find all posts by Rick