G
Gordzilla
I've been asked to update an existing Word template.
Currently when a button on a custom Toolbar is pressed, the documents
created from the template are modified and the following text is added
"EAOC REFERENCE:"
By stepping through the VBA code I've figured out that this line adds the text
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldListNum,
Text:= _
" new_frontheadings \l 9 "
I've been asked to change the text to read:
"COA REFERENCE:"
I've searched the template and the underlying VBA and the text doesn't exist
anywhere.
I'm relatively new to VBA in word. Can anyone point me in the right
direction to make this change?
Gordzilla
Currently when a button on a custom Toolbar is pressed, the documents
created from the template are modified and the following text is added
"EAOC REFERENCE:"
By stepping through the VBA code I've figured out that this line adds the text
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldListNum,
Text:= _
" new_frontheadings \l 9 "
I've been asked to change the text to read:
"COA REFERENCE:"
I've searched the template and the underlying VBA and the text doesn't exist
anywhere.
I'm relatively new to VBA in word. Can anyone point me in the right
direction to make this change?
Gordzilla