R
Roy Lasris
I want to create a listing of bookmarks in my document in the order in which
they appear.
"For Each oBookmark in ActiveDocument.bookmarks" returns only in alphabetical
order. this is true even if I preceed the instruction with:
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByLocation
End With
(the instruction accompanying 'default sorting' say this will be so.)
Is there a work around. 'SortbyLocation' is important to me.
Roy
they appear.
"For Each oBookmark in ActiveDocument.bookmarks" returns only in alphabetical
order. this is true even if I preceed the instruction with:
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByLocation
End With
(the instruction accompanying 'default sorting' say this will be so.)
Is there a work around. 'SortbyLocation' is important to me.
Roy