Using a dynamic range name as the address might do the trick:
http://www.contextures.com/xlNames01.html
-----------------------
Note: This typically works best when the data in the dynamic range is "packed" - no blanks anywhere. To refer to it in code you can probably just record again, but also, if A1:A10 is named MyRange, these are equivalent:
Range("A1:A10")
Range("MyRange")


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks