I am just trying to have the print area to the last cell that has either data or any format or style or border etc. and back up to cell A1.
Any clues??
I tried: ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Activate
and then setting the range from cells(A1:activecell) but obviously that didn't work and is quite crude.
Thanks a lot!!
Carl
Any clues??
I tried: ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Activate
and then setting the range from cells(A1:activecell) but obviously that didn't work and is quite crude.
Thanks a lot!!
Carl