Is there a better way to do this
I want to select the range equivalent to this formula.
=Offset(Start,ir,ic,iHeight,iWidth)
So far I have come up with:
Can anyone suggest a better way?![]()
Range(Range("Start").Offset(ir,ic), Range("Start").Offset(iHeight, iWidth)).Select
Bookmarks