Dummy Excel
Well-known Member
- Joined
- Sep 21, 2005
- Messages
- 1,004
- Office Version
-
- 2019
- 2010
- 2007
- Platform
-
- Windows
Hi All,
I have some data that I need to select, my formula is:
Range("I8:S8").Select
Range(Selection, Selection.End(xlDown)).Select
The problem with this is that once it sees one blank (empty) cell it stops, and there is probably another 10 rows of data I need to capture. is there a way that I can rewrite the code to say once all the cells are empty in the range of columns I to S then select all that???
any help is greatly appreciated
Sam
I have some data that I need to select, my formula is:
Range("I8:S8").Select
Range(Selection, Selection.End(xlDown)).Select
The problem with this is that once it sees one blank (empty) cell it stops, and there is probably another 10 rows of data I need to capture. is there a way that I can rewrite the code to say once all the cells are empty in the range of columns I to S then select all that???
any help is greatly appreciated
Sam