You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to recognize, search, and replace Microsoft Word bookmark names. A typical VBA implementation would be:
With Wrd.ActiveDocument.Bookmarks
.Item("Checklist").Range.Text = sChecklist
.Item("Reference").Range.Text = sReference
.Item("SQM3").Range.Text = sSqm3
End With