Re: Append Documents
- From: "David Sisson" <dsisson@xxxxxxxxxxx>
- Date: 23 Jun 2005 14:16:43 -0700
>So is the only way to do what I want ..
No, but...
>>There are however many issues.
Just as Jean-Guy stated, if the styles are different, it really can
throw your document into chaos.
Having said that, you can...
Selection.EndKey Unit:=wdStory
Selection.InsertBreak Type:=wdSectionBreakNextPage
Selection.InsertFile FileName:= _
"C:\My Documents\" & Selected_Array(Counter), Range:="", _
ConfirmConversions:=False, Link:=False, Attachment:=False
Of course, you'll have to built a userform to list the files (probably
in a listbox) so users can pick the files they want. Then loop through
the selected list, adding the files with the above code. (It probably
would work better with Range instead of Selection, but one thing at a
time.)
.
- References:
- Append Documents
- From: ben
- Re: Append Documents
- From: Jean-Guy Marcil
- Re: Append Documents
- From: ben
- Re: Append Documents
- From: Jean-Guy Marcil
- Re: Append Documents
- From: ben
- Append Documents
- Prev by Date: What is the VBA for protecting a document
- Next by Date: Re: create custom toolbar to open personal templates
- Previous by thread: Re: Append Documents
- Next by thread: Wizard for Documentation that works with ReqPro.
- Index(es):
Relevant Pages
|