S
Sandy
I have the following -
Sheets("Search Rounds").Range("H8:AD10000").ClearContents
which does the job but runs very slowly.
I have in cell H6 the following -
=COUNTA(H8:H10000)
How can I incorporate the value from H6 into ("H8:AD10000") to give the
actual populated range that I want to clear?
I understand there is also a way using End(xlup) - I think!? - and if so
which would be faster to process?
Thanks
Sandy
Sheets("Search Rounds").Range("H8:AD10000").ClearContents
which does the job but runs very slowly.
I have in cell H6 the following -
=COUNTA(H8:H10000)
How can I incorporate the value from H6 into ("H8:AD10000") to give the
actual populated range that I want to clear?
I understand there is also a way using End(xlup) - I think!? - and if so
which would be faster to process?
Thanks
Sandy