I designed my macro so that it works with one workbook and then makes a reference to another workbook to do somework in that, is there a way of not having to declare a range to work on any part of the other workbook. If i declare cellrange and then say
cellrange.offset(4,0) = myvariable
is there then a way to say offset(1,0) from the cell that has myvariable instead of having to reference cellrange again. basically is there somethign that says do whatever with respect to the last cell worked on without it being the activecell, thanks!
cellrange.offset(4,0) = myvariable
is there then a way to say offset(1,0) from the cell that has myvariable instead of having to reference cellrange again. basically is there somethign that says do whatever with respect to the last cell worked on without it being the activecell, thanks!