Skip to content

feature: process bookmarks #109

Open
@timcking

Description

@timcking

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions