Most likely the issue is that the text you're seeking to update isn't actually bookmarked - even your own code doesn't ensure that. You need to insert:
bmDoc.Bookmarks.Add bmName, bmRng
after:
bmRng.Text = bmContent
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|