That's all very well but, as I said:
Quote:
Originally Posted by macropod
Your bookmark is empty - the number appears after the bookmark, not within it.
|
You can verify that via:
Code:
Sub Test()
MsgBox ActiveDocument.Bookmarks("CodiPacient").Range.Text
End Sub