OK, but I cannot find that property which allows me to reference the cell with the focus in the non activesheet without knowing the row? (I've worked around using a cumbersome count routine, then adding to it and re-setting, but this is ugly) If you were to toggle to the sheet, the focus would always be in the correct row, I just don't know what that row is as the intervals between foci will be different with each iteration. Something along the lines of Current Region.Offset ... something that will place activecell.value in a cell 5 columns over from cell with focus.
OK, i think i might've answered me own inquiry, as if anyone really cares. However, because at some point the non active sheet is the activesheet as this is how the focus is moved to subsequent row(using offset method), then it only makes sense to set a variable, tmpRow=activecell.row, after the method runs simply insert tmpRow into cell reference property like this....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.