M
Malik Al-Amin
Here's my situation. I have two documents. 1 is a TraceTree and the other is
a UseCase Document.
The trace tree is formatted like:
ucr100: Client Relationship
ucr100:1 Completed Logon
ucr100: Entitled to run this report
My UseCase is formatted like:
Client Relationship
Completed Logon
Entitled to run this report
Br6666 The user must have the 'client administrative reports'
entitlement enabled.
br6656 The report will be part of the report group.
What I'm doing is manually creating a third document. I'm taking the entire
usecase document and looking at the trace tree to see where I need to insert
additional detail from the tracetree to the usecase such as with "ucr100".
When this is the case, I also bold and change the color of the text. This
process is repeated until I've gone through all of the entries on the use
case. I then save this document as a seperate document so as to preserve all
three documents seperately. I want to automate this process but I'm not too
familiar with Word VBA. However I'm comfortable with both Visual Basic and
Access vba. So i don't know if I can open the usecase and loop through each
paragraph in the tracetree searching for my variable. Please I welcome any
advise you may have on this issue.
a UseCase Document.
The trace tree is formatted like:
ucr100: Client Relationship
ucr100:1 Completed Logon
ucr100: Entitled to run this report
My UseCase is formatted like:
Client Relationship
Completed Logon
Entitled to run this report
Br6666 The user must have the 'client administrative reports'
entitlement enabled.
br6656 The report will be part of the report group.
What I'm doing is manually creating a third document. I'm taking the entire
usecase document and looking at the trace tree to see where I need to insert
additional detail from the tracetree to the usecase such as with "ucr100".
When this is the case, I also bold and change the color of the text. This
process is repeated until I've gone through all of the entries on the use
case. I then save this document as a seperate document so as to preserve all
three documents seperately. I want to automate this process but I'm not too
familiar with Word VBA. However I'm comfortable with both Visual Basic and
Access vba. So i don't know if I can open the usecase and loop through each
paragraph in the tracetree searching for my variable. Please I welcome any
advise you may have on this issue.