I have a word template that has a variable number of occurrences of the "SEQ" field "testnum" tag (depending on how much information needs to be included - minumum 1 SEQ field, no maximum.) I would like to create a section at the top that calculates how often SEQ appears in the document, and displays a total. To make the template easy to maintain for others, I would like to use the F9 function key to enter the solution, instead of having it in vba.
Ideally, it would be possible to count by the tag occurrence, without creating additional bookmarks, but I am opent to any solutions. Thank you!