A
Allan
So heres what I'm Try to do.
Copy a range1 from sheet1 to sheet2 to first blank row Col "A".
The range1 from sheet1 is of variable size and may contain empty cells.
Also range1 may not be in the same place everytime on sheet1, but
I have the current cell address which is the first column and last row of
the range.
curcell = ActiveWindow.RangeSelection.Address
Maybe using .Resize to determine range size??
Thanks Allan
Copy a range1 from sheet1 to sheet2 to first blank row Col "A".
The range1 from sheet1 is of variable size and may contain empty cells.
Also range1 may not be in the same place everytime on sheet1, but
I have the current cell address which is the first column and last row of
the range.
curcell = ActiveWindow.RangeSelection.Address
Maybe using .Resize to determine range size??
Thanks Allan