Skip to content

feature: process bookmarks #109

@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

    bookmarksBookmarks (read, search, replace)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions