A family of Microsoft word processing software products for creating web, email, and print documents.
What specific properties do you want to update?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to update document properties fields in a large number of files in Word for Mac (16.21). Is there a way to write a macro for this? I have tried recording keystrokes without success.
Thanks for any ideas.
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
What specific properties do you want to update?
There are macros for dealing with Document Properties in Word for Windows on the MVP site. They may work as is on the Mac or may require tweaking.
How to use a single VBA procedure to read or write both custom and built-in Document Properties
You can find this under properties on the VBA page:
https://wordmvp.com/FAQs/MacrosVBA/index.htm
Many macros that run on Windows versions also work on the Mac. Many do not.