L
Larry
Hi, All --
I have a VBA program that inserts a file into the active document.
This file might have a section break at the end, and if it does, it
might be a page section break, or a continuous section break.
But invariably, when the file is inserted using selection.insertfile,
the section break becomes a page section break, no matter what kind of
section break it was in the original file. Does anyone know why this
is and what can be done to stop this from happening (or a workaround
to "transparently" correct it after the fact)? I need the type of the
section break to be maintained after the file insertion.
TIA--
--larry
I have a VBA program that inserts a file into the active document.
This file might have a section break at the end, and if it does, it
might be a page section break, or a continuous section break.
But invariably, when the file is inserted using selection.insertfile,
the section break becomes a page section break, no matter what kind of
section break it was in the original file. Does anyone know why this
is and what can be done to stop this from happening (or a workaround
to "transparently" correct it after the fact)? I need the type of the
section break to be maintained after the file insertion.
TIA--
--larry