F
Fatz
Hi-
I have a block of data, say A1
10, and I have code that dynamically
selects what rows in column D I want to select. So one run may grab
D1
6, and the next may grab D1
8 depending on the
criteria....etc....
The problem I have is trying to select the entire block of data. So
if D1
6 is selected, how do I then tell it to grab A1
6? Currently
I use this code: Range(Selection,
Selection.End(xlToLeft)).Select....which is ok....until I get a break
in the range. So if column B is BLANK, the macro will only grab
columns C and D.
How do I tell the macro to grab an entire block of data, starting in
column A...and ending in the last row selected in column D??
Thanks,
Chris
I have a block of data, say A1
selects what rows in column D I want to select. So one run may grab
D1
criteria....etc....
The problem I have is trying to select the entire block of data. So
if D1
I use this code: Range(Selection,
Selection.End(xlToLeft)).Select....which is ok....until I get a break
in the range. So if column B is BLANK, the macro will only grab
columns C and D.
How do I tell the macro to grab an entire block of data, starting in
column A...and ending in the last row selected in column D??
Thanks,
Chris