D
David Gerstman
<a
href="http://msdn.microsoft.com/newsgroup...-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us">Earlier</a> I asked about defining a range for non-contiguous data.
The answer involved going to the bottom of the page and then using xlUp to
hit the last row of data. Like this:
Set poc_range = ActiveSheet.Range("b2", Cells(Rows.Count, 2).End(xlUp))
Now what I'd like to do is something similar. I'd like to be able to get a
range that covers <strong>both</strong> the rows and columns and then select
it. Is that possible, or can I only specify one direction at a time?
David
href="http://msdn.microsoft.com/newsgroup...-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us">Earlier</a> I asked about defining a range for non-contiguous data.
The answer involved going to the bottom of the page and then using xlUp to
hit the last row of data. Like this:
Set poc_range = ActiveSheet.Range("b2", Cells(Rows.Count, 2).End(xlUp))
Now what I'd like to do is something similar. I'd like to be able to get a
range that covers <strong>both</strong> the rows and columns and then select
it. Is that possible, or can I only specify one direction at a time?
David