I know there are other ways to set a range in excel
Range("A1:A10")
Range(Cells(1,1),Cells(10,1))
Application.Range(Cells(1,1),Cells(10,1))
etc
But I want to know how to set a range with a variable inside it, because I want to use a for loop like this:
Any help is appreciated, thnks![]()
Please Login or Register to view this content.
Bookmarks