W
wdd911
I have a word template with bookmarks that I am inserting data into using VB. The problem is that the text following the bookmark on the line gets pushed over. Is there any way to have a bookmark insert text in overtype mode? I tried setting overtype mode for the application object
objWordApp.Options.Overtype = Tru
but that didn't work. I know I can set up tables to get around this, but overtyping would be much easier if it is possible.
objWordApp.Options.Overtype = Tru
but that didn't work. I know I can set up tables to get around this, but overtyping would be much easier if it is possible.