R
ronneilan
I have set up a userform which posts content to bookmarks in a
document using the InsertBefore method and then into Ref fields I have
placed through the document to pick up the content of the bookmarks.
I did this based on a MVP article I found which recommended I create
the bookmark with a space i.e. [ ] rather than | .The space method
creates a problem throughout my document of having an extra space
after the word brought into the document from the form into the
bookmark. If I do it the other way my Refs don't pick up the text
which is dropped into the document as it is inserted before the
bookmark not actually in it.
Can any of you smart people help me out with a technique to get the
text from the userform into the bookmark so that there isn't any space
and the into the ref entries. Please.
document using the InsertBefore method and then into Ref fields I have
placed through the document to pick up the content of the bookmarks.
I did this based on a MVP article I found which recommended I create
the bookmark with a space i.e. [ ] rather than | .The space method
creates a problem throughout my document of having an extra space
after the word brought into the document from the form into the
bookmark. If I do it the other way my Refs don't pick up the text
which is dropped into the document as it is inserted before the
bookmark not actually in it.
Can any of you smart people help me out with a technique to get the
text from the userform into the bookmark so that there isn't any space
and the into the ref entries. Please.