Hello,

We wrote some code to take data from a VB.NET form and replace it in ceratin spots in an MS-Word document.

This code works fine.

However, we ran into an issue.

There are lines in the Word document before the replacement text. When we perform the replace, the lines get pushed over to the right thus messing up the format of the document.

We are using MyStoryRange.Find to do the find / replace.

We tried to use overtype mode but it doesn't seem to work.

Any help / advice would be appreciated.

Thank you!
pxmnh316