Thread
:
select a range using "cells()"
View Single Post
#
1
fullers
Posts: n/a
select a range using "cells()"
Rather than using the range function to select multiple cells, ie:
Range("A1:B6").Select
Is there a way to use - Cells() instead. This is because the number of cells
will change.
Thanks
Reply With Quote