C
cparsons
I am trying to find the last used cell in a column and then select tha
entire range. The activecell here is "B1". What is happening is th
column I am working in has a blank cells within the column so when thi
code runs it the selected range is from B1 down to the first blank cell
I need it to go all the way to the last used cell in the column.
Any suggestions?
Range(ActiveCell, ActiveCell.End(xlDown)).Select
Thanks,
Crai
entire range. The activecell here is "B1". What is happening is th
column I am working in has a blank cells within the column so when thi
code runs it the selected range is from B1 down to the first blank cell
I need it to go all the way to the last used cell in the column.
Any suggestions?
Range(ActiveCell, ActiveCell.End(xlDown)).Select
Thanks,
Crai