J
Jim Dahlstrom
Thanks to any that respond.
Using Word 2002
My Word document has 407 bookmarks that are conditioned;
i.e. hidden, unhidden, filled in, and formatted; based on
customer input to an electronic input form. I want to
walk thru the 407 bookmarks by location (start with the
first bookmark in the document). All the code I have
attempted steps thru the bookmarks in alphabetical order,
i.e. Bookmarks(1) is the first one alphabetically.
I have tried the DefaultSorting Property, but per the vba
help definition -
"Returns or sets the sorting option for bookmark names
displayed in the Bookmark dialog box (Insert menu).
Read/write WdBookmarkSortBy.
Remarks
This property doesn't affect the order of Bookmark objects
in the Bookmarks collection."
How can I do this??
Jim D.
Using Word 2002
My Word document has 407 bookmarks that are conditioned;
i.e. hidden, unhidden, filled in, and formatted; based on
customer input to an electronic input form. I want to
walk thru the 407 bookmarks by location (start with the
first bookmark in the document). All the code I have
attempted steps thru the bookmarks in alphabetical order,
i.e. Bookmarks(1) is the first one alphabetically.
I have tried the DefaultSorting Property, but per the vba
help definition -
"Returns or sets the sorting option for bookmark names
displayed in the Bookmark dialog box (Insert menu).
Read/write WdBookmarkSortBy.
Remarks
This property doesn't affect the order of Bookmark objects
in the Bookmarks collection."
How can I do this??
Jim D.