If my active cell is A10 and I have a formula in cell A10 and I would like to copy that formula in the range A1:A9 what would the code be? I would like to use an activecell(offset) format rather then actually spell out the A1:A9 range.
would it be something like Activecell.copy(offset(0, -9))?
Bookmarks