rnordquest
New member
- Jul 17, 2003
- 148
This works by hand and is the same as the macro recorder but it doesn't work when I try to use it.
Range("EG3").Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
The rows are filtered and the first group of rows is blank which is what prompted the double range select; it selects just the blanks including the first non-blank cell it comes to. I can hard code a fixed range but I'd prefer something more elegant which is where you guys come in.
Range("EG3").Select
Range(Selection, Selection.End(xlDown)).Select
Range(Selection, Selection.End(xlDown)).Select
The rows are filtered and the first group of rows is blank which is what prompted the double range select; it selects just the blanks including the first non-blank cell it comes to. I can hard code a fixed range but I'd prefer something more elegant which is where you guys come in.