View Single Post
 
Old 04-16-2014, 11:00 AM
Treespicer Treespicer is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Apr 2014
Posts: 4
Treespicer is on a distinguished road
Default Can I create relative cross-references?

I have a document that I want to use as a template for test procedures. Each document has variable number of tests. Each test page looks something like this:

Code:
Test { SEQ Test } - <Test Name>

Setup:
<Setup figure>
Figure { SEQ Figure } - { REF TestName } test setup
Procedure:
<Procedure table>
Table { SEQ Table } - { REF TestName } test procedure
The bookmark "TestName" points to <Test Name>. Since the number of tests varies by project, I want to be able to copy/paste this page for every additional test. When I do that, the { SEQ } fields increment just fine. However the { REF } fields all reference the original <Test Name>.

Is there a way to copy the bookmarks with an incremental name, or some other way to make the { REF } fields point to the local <Test Name> without manually editing a bunch of bookmarks?
Reply With Quote