How to bookmark in Foobar2000
Solution 1:
Is it feasible to get right of entry to a bookmark inside the Header / Footer of a document thru VBA?
I've found it clean to add textual content to the beginning or stop, however I couldn't discern it out using a bookmark. Documents are break up into what Word calls StoryRanges.
Processing storyranges other than the principle frame of the record in VBA may be a piece of a hit and pass over affair, however in case you recognise wherein your bookmarks are, something like this ought to work ..
[VBA]ActiveDocument.StoryRanges(wdEvenPagesHeaderStory).Bookmarks("BookmarkName").Select[/VBA]
if you can't make it function, or this does not fit the bill, submit again with some extra info and I'll take a better look.