M
Mike Iacovou
hi.
I am trying to insert an RTF document into a document running VBA. I am using:
Selection.InsertFile FileName:=FNameAndPath, Range:="",
ConfirmConversions:=False, Link:=False, Attachment:=False
where FNameAndPath is the full windows path to the file. This inserts the
RTF document exactly, including bookmarks etc. Howeverm it doesn't include
the footer information.
I then tried to simply open the RTF file and copy/paste the wholestory -
again this failed to copy the footer.
I am hoping to be able to change the footer information using VBA (and had
achieved this using a bookmark in the footer)... but as the bookmark / footer
insn't being included, this is now failing ?
Any means of either:
1. including an RTF including FOOTER or,
2. accessing FOOTER text via VBA
TIA
I am trying to insert an RTF document into a document running VBA. I am using:
Selection.InsertFile FileName:=FNameAndPath, Range:="",
ConfirmConversions:=False, Link:=False, Attachment:=False
where FNameAndPath is the full windows path to the file. This inserts the
RTF document exactly, including bookmarks etc. Howeverm it doesn't include
the footer information.
I then tried to simply open the RTF file and copy/paste the wholestory -
again this failed to copy the footer.
I am hoping to be able to change the footer information using VBA (and had
achieved this using a bookmark in the footer)... but as the bookmark / footer
insn't being included, this is now failing ?
Any means of either:
1. including an RTF including FOOTER or,
2. accessing FOOTER text via VBA
TIA