S
singeredel
I guess my question regarding Recreating Bookmarks must not have been clear,
so I am trying to rethink the problem.
How can I insert text BEFORE a bookmark that appears AT THE BEGINNING OF A
LINE? Everything I have tried ends up incorporating the text into the actual
bookmark field.
For instance, I have a variable that stores the SSN#. If there is a value
for this variable, I want to insert BEFORE the bookmark at the beginning of
the line the heading "SSN:" + Chr(9) so that only the SSN# itself is included
in the bookmark range.
Previously I had the following:
oRng.Text = "SSN:" + Chr(9) + bText
but this made the heading "SSN" + Chr(9) + bText the bookmark range, whereas
I only want the actual SSN# (bText) from the variable as the bookmark range
so that reference fields can be used to place just the number (bText) in
other places in the document.
Thanks for any help.
so I am trying to rethink the problem.
How can I insert text BEFORE a bookmark that appears AT THE BEGINNING OF A
LINE? Everything I have tried ends up incorporating the text into the actual
bookmark field.
For instance, I have a variable that stores the SSN#. If there is a value
for this variable, I want to insert BEFORE the bookmark at the beginning of
the line the heading "SSN:" + Chr(9) so that only the SSN# itself is included
in the bookmark range.
Previously I had the following:
oRng.Text = "SSN:" + Chr(9) + bText
but this made the heading "SSN" + Chr(9) + bText the bookmark range, whereas
I only want the actual SSN# (bText) from the variable as the bookmark range
so that reference fields can be used to place just the number (bText) in
other places in the document.
Thanks for any help.