GFAlexander
IS-IT--Management
I am creating a macro for an Excel spreadsheet and need to insert some totals at the bottom of a column. I have tried using "Selection.End(xlDown).Select" which takes me to the last cell in the column, but I then need to move down 2 more rows to give me a 1 row gap between the bottom of the range and where I want the sum to go.
The difficulty is that there will be a different amount of data everytime the macro is run and I always want to go to the bottom of the column + 2.
Can anyone help with some code?
Thanx
Gary
The difficulty is that there will be a different amount of data everytime the macro is run and I always want to go to the bottom of the column + 2.
Can anyone help with some code?
Thanx
Gary