R
ross_smith
Hi, I have figured out how to increase the range: Set tRange =
Range("Print_Area").Resize(, 1 + Range("Print_Area").Columns.Count).
But now that I have my new range, how can i save the spreadsheet and
save the new range?
Thanks.
Range("Print_Area").Resize(, 1 + Range("Print_Area").Columns.Count).
But now that I have my new range, how can i save the spreadsheet and
save the new range?
Thanks.