F
frank
I am trying to create a better userform for inserting table of authority tags
(it's used in the legal industry). If you press SHIFT + ALT + I while in
word you will see the native word userform I'm talking about. I have a few
textboxes set up on the form but I need my userform to populate with the {TA}
tag information that is in the document. I have 3 separate boxes on the form:
Longcitation
Shortcitation
Category
This information is located in the {TA} field tags that have been placed in
the document. I just need to extract this information from the field tags.
i.e.,
{TA \l "Frank v. Everyone" \s "Frank" \c 1 }
My userform would read each one of these fields in the document and extract
the 3 pieces of information into 3 separate textboxes on the form
Longcitation listbox would read: Frank v. Everyone
Shortcitation listbox would read: Frank
Category listbox would read: 1
How can I easily read every {TA} in the document and extract the 3 types of
information into 3 separate listboxes?
Any help is greatly appreciated thanks.
(it's used in the legal industry). If you press SHIFT + ALT + I while in
word you will see the native word userform I'm talking about. I have a few
textboxes set up on the form but I need my userform to populate with the {TA}
tag information that is in the document. I have 3 separate boxes on the form:
Longcitation
Shortcitation
Category
This information is located in the {TA} field tags that have been placed in
the document. I just need to extract this information from the field tags.
i.e.,
{TA \l "Frank v. Everyone" \s "Frank" \c 1 }
My userform would read each one of these fields in the document and extract
the 3 pieces of information into 3 separate textboxes on the form
Longcitation listbox would read: Frank v. Everyone
Shortcitation listbox would read: Frank
Category listbox would read: 1
How can I easily read every {TA} in the document and extract the 3 types of
information into 3 separate listboxes?
Any help is greatly appreciated thanks.