Save a selection as a new document?

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Is there a command, option, or other way to select several pages and SaveAs
a new document? Other than copy/paste into a fresh new doc, I mean. If I
do that, I have to reset all the page margins and such. I'd like to be able
to carry over all that formatting into the new doc.

Ed
 
I suppose this would involve writing a macro (a link to which you could then
add to the File menu) that makes a copy of the current document (or simply
does a ctrl-A of the whole doc - this seems to carry over the formatting) and
in the new doc deletes everything except what you had originally selected.
Hopefully you're familiar with VBA.

Andrew
 
Back
Top