D
Doc60
I have created bookmarks in a table. However when a user enters new
information in the field the bookmark is erased.
I have tried using the following code:
Dim BMRange As Range
Set BMRange = ActiveDocument.Bookmarks("value1").Range
BMRange.Text = "0.1"
ActiveDocument.Bookmarks.Add "Value1", BMRange
However, as you can see I have had to enter the BMRange.text as "0.1". In
order for this to work. I don't want to have enter a value in the code. I
want the user to beable to enter a value in the table so that the value can
also be changed. Is here a way to do this. Please be specific with the code
that is necessary.
Thank you
information in the field the bookmark is erased.
I have tried using the following code:
Dim BMRange As Range
Set BMRange = ActiveDocument.Bookmarks("value1").Range
BMRange.Text = "0.1"
ActiveDocument.Bookmarks.Add "Value1", BMRange
However, as you can see I have had to enter the BMRange.text as "0.1". In
order for this to work. I don't want to have enter a value in the code. I
want the user to beable to enter a value in the table so that the value can
also be changed. Is here a way to do this. Please be specific with the code
that is necessary.
Thank you