R
Ricki Miles
I am trying to record a macro for Word XP to help in conversion of documents
from WP8. The macro in Word will find a bookmark, select its text, place
its text into a macrobutton and then delete the original bookmark and text.
Everything works well for the first bookmark (called a1), but the macro
records the bookmark name (a1) in the code so it fails to find the next
bookmark. I would like the macro to say "Find the next bookmark" without
actually naming it. Also, I would like to have this action continue until
there are no more bookmarks in the document. As I am a VBA novice, I am
grateful for any help.
Thanks,
Ricki
from WP8. The macro in Word will find a bookmark, select its text, place
its text into a macrobutton and then delete the original bookmark and text.
Everything works well for the first bookmark (called a1), but the macro
records the bookmark name (a1) in the code so it fails to find the next
bookmark. I would like the macro to say "Find the next bookmark" without
actually naming it. Also, I would like to have this action continue until
there are no more bookmarks in the document. As I am a VBA novice, I am
grateful for any help.
Thanks,
Ricki