so I know how to get VBA to figure out what the last row is, what the last column is, adding +1 to go to the next empty row or column. What I am trying to do is insert a formula in the column next to the last column, i.e. the empty column, but only in rows 2 through the last row. Can't seem to get it with a Range() since the lastColumn variable is a number; can't use Cells() since it won't take the range "2:" lastRow. Any suggestions?
EDIT: The link that was suggested as a duplicate does not address my question. The user didn't read, or comprehend, my question.