Hi there,
I've never worked with macros in Word, but now I need one to automate the
following process in a 500 page document...
In our chapter intros, we want to use links to other chapters:
(see Chapter {SEQ "chapter" mergeformat})
Unfortunately, the authoring program we use do not automate this, and can
only insert the page numbers. So what I have currently is:
(see Chapter {PAGEREG \h})
I can manually edit all the "see Chapter" links, but in a 500 page document,
this will be very time-consuming. So I need a macro to change only the
{PAGEREF \h} fields with the "see Chapter" text to {SEQ
"chapter" mergeformat} while keeping my other "see page"
links intact.
EXPECTED END-RESULT
Page numbers: (see page {PAGEREF \h})
Chapter numbers: (see Chapter {SEQ "chapter" mergeformat}
If you can make life a little easier for me, I'd really appreciate it.
Thanks!
Archived from group: microsoft>public>vb>directx