L.A. Lawyer was telling us:
L.A. Lawyer nous racontait que :
> I want to replace the text in a bookmark without deleting the bookmark
> itself. How is that done?
Like this:
Dim bkMarkName As String
Dim bkMarkRge As Range
bkMarkName = "Test"
Set bkMarkRge = ActiveDocument.Bookmarks(bkMarkName).Range
bkMarkRge.Text = "New Short Text"
ActiveDocument.Bookmarks.Add bkMarkName, bkMarkRge

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
L.A. Lawyer - 09 Jul 2005 22:43 GMT
Merci, mon ami!
> L.A. Lawyer was telling us:
> L.A. Lawyer nous racontait que :
[quoted text clipped - 19 lines]
> jmarcilREMOVE@CAPSsympatico.caTHISTOO
> Word MVP site: http://www.word.mvps.org