Hello,
I am trying by VBA code to sekect a range from the active cell to the very last cell in the same column (on row 1048576) regardless if it is empty or not. I have tried the code below without sucess.
Range(ActiveCell, ActiveColumn & 1048576).Select
Greatful for any suggestion.
Ingemar
I am trying by VBA code to sekect a range from the active cell to the very last cell in the same column (on row 1048576) regardless if it is empty or not. I have tried the code below without sucess.
Range(ActiveCell, ActiveColumn & 1048576).Select
Greatful for any suggestion.
Ingemar