in

Word VBA: Delete bookmark text without deleting bookmark

Using Word VBA, does anyone know how to delete bookmark text without deleting the bookmark itself?

I've tried the following code, but it deletes the entire bookmark and then won't re-create it:

With ThisDocument.Bookmarks
    Set rngBk = .Item(BK).Range
    .Item(BK).Range.Delete
    .Add BK, rngBk
End With

Hmmmm. Any help gratefully received.

Solution: Word VBA: Delete bookmark text without deleting bookmark

PAQ'd, 125 points refunded.
CetusMOD
Community Support Moderator