J
JensB
Hi Ng
I have a vb.net App inserting 5-6 smaller word documents into the middle of
a WORD template by this:
..GoTo(What:=wdGoToBookmark, Name:="Start")
..Selection.Range.InsertFile("C:\hcn.doc") '.1...2...3
My problem is that insert point remain the same, so the first text becomes
the last.
so my question is:
Hows do I get the cursor to placed after the newly inserted text?
this command dosen't help
..Selection.Range.Collapse(Direction:=wdCollapseEnd)
\JensB
I have a vb.net App inserting 5-6 smaller word documents into the middle of
a WORD template by this:
..GoTo(What:=wdGoToBookmark, Name:="Start")
..Selection.Range.InsertFile("C:\hcn.doc") '.1...2...3
My problem is that insert point remain the same, so the first text becomes
the last.
so my question is:
Hows do I get the cursor to placed after the newly inserted text?
this command dosen't help
..Selection.Range.Collapse(Direction:=wdCollapseEnd)
\JensB