2 responses
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Aug 1, 2009 at 12:16 PM
Aug 1, 2009 at 12:16 PM
Hello RD
Try rows(top_row & ":" & bottom_row).select
Try rows(top_row & ":" & bottom_row).select
Dear ExcelGuru --
Thank You! I think that is the ONE permutation I did not try! I was able to tackle it another way:
Range(Rows(top_row), Rows(bottom_row)).Select
... I gave it one more try!
I also do custom excel development in the area of complex order configuration and pricing. Also doing financial projects for start ups...
Thanks again!!!
Thank You! I think that is the ONE permutation I did not try! I was able to tackle it another way:
Range(Rows(top_row), Rows(bottom_row)).Select
... I gave it one more try!
I also do custom excel development in the area of complex order configuration and pricing. Also doing financial projects for start ups...
Thanks again!!!