I've got a document with over 100 autotext entries within.
I need to change the names of these AutoText entries
This code should do the job
Sub rename_autotext()
For Each i In Templates(1).AutoTextEntries
new_name = ""
current_name = i.Name
new_name = "AG" &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.