VB.NET 2010 Find / replace issue in MS-Word
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
Re: VB.NET 2010 Find / replace issue in MS-Word
Perhaps you could provide us with a before and after screenshot? Your use of the word 'lines' is somewhat ambiguous.