Hello
I want to Select the data from the column, where i am using a code which select first last cell value from down and then i want to select the data from that cell value, but i dont want to select the first row(header of table)
for that I am using following code
Range("C1048576").Select
ActiveCell.End(xlUp).Select
Range(ActiveCell, ActiveCell.End(xlUp).Rows - 1).Select
It is showing an error message.
Please provide me the code for the same
Thanks and Regrads
Rachana
I want to Select the data from the column, where i am using a code which select first last cell value from down and then i want to select the data from that cell value, but i dont want to select the first row(header of table)
for that I am using following code
Range("C1048576").Select
ActiveCell.End(xlUp).Select
Range(ActiveCell, ActiveCell.End(xlUp).Rows - 1).Select
It is showing an error message.
Please provide me the code for the same
Thanks and Regrads
Rachana