R
Rex Dunlap
The following code gets the last data cell in column B:
Range("b20000").End(xlUp).Select
I would now like to select the Range("Activecell:B2"). How
do I do that?
Thank you for your help.
Range("b20000").End(xlUp).Select
I would now like to select the Range("Activecell:B2"). How
do I do that?
Thank you for your help.