I want to plug a range object into a formula. An example should look roughly like this:
Dim x As Range Set x = Range(Cells(1, 1), Cells(2, 1)) Range(\"C1\")
Use x.address, that should do the trick