View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ross_smith@csaa.com is offline
external usenet poster
 
Posts: 5
Default Ranges, adding a column to a named print range then saving the file

By going though the messages i leaned how to add the column i need: Set
tRange = Range("Print_Area").Resize(, 1 +
Range("Print_Area").Columns.Count), however how do i save this back to
the speadsheet? i can't seem to figure that out.