My MS Word 2007 template has a footer with the filename in it. The user is going to open the template and do a "Save As..." to make their document.
I want the filename shown in the footer to update immediately to the new filename.
Is there an AfterSaveEvent
or something that I can use as a hook to start my VBA script that does the update?
Or is there a much easier way?
Thanks in advance for any help.