S
Steve Wylie
I need a short macro that will rename every bookmark in
the active document by adding "X_" to the beginning of
the name. For example, if a bookmark is called OS121203a
it will rename it X_OS121203a. It will do this for every
bookmark in the current document.
I assume the macro would use the line "For Each
objBookmark In ActiveDocument.Bookmarks" but I cannot
work out the string manipulation functions to add the
extra X_ to the front of the bookmark name. Could anyone
help?
Thanks
Steve
the active document by adding "X_" to the beginning of
the name. For example, if a bookmark is called OS121203a
it will rename it X_OS121203a. It will do this for every
bookmark in the current document.
I assume the macro would use the line "For Each
objBookmark In ActiveDocument.Bookmarks" but I cannot
work out the string manipulation functions to add the
extra X_ to the front of the bookmark name. Could anyone
help?
Thanks
Steve