E
EEvans
I need to find a way to locate a bookmark's index number via a macro.
Currently I use, Dialogs(wdDialogInsertBookmark).Show to allow the user to
select the desired bookmark, then they have to click the Goto button. I can
then get the index. The problem is with
Dialogs(wdDialogInsertBookmark).Show, I can not disable the Delete button, if
the user clicks Delete rather than Goto the macro errors out.
Is there a way to display a dialog box, or something else, that will allow
the user to select a bookmark from a list, and then I be able to read the
index for that bookmark?
Currently I use, Dialogs(wdDialogInsertBookmark).Show to allow the user to
select the desired bookmark, then they have to click the Goto button. I can
then get the index. The problem is with
Dialogs(wdDialogInsertBookmark).Show, I can not disable the Delete button, if
the user clicks Delete rather than Goto the macro errors out.
Is there a way to display a dialog box, or something else, that will allow
the user to select a bookmark from a list, and then I be able to read the
index for that bookmark?