Forum Discussion
ChristineB
Sep 03, 2023Copper Contributor
Can Word automatically suggest/prompt document property 'Title' when saving the document?
In Word 365, I have created a Letter template with an AutoNew macro and a userform that prompts the user to fill in various details of the letter (title/heading, recipient, case no., etc.) and this i...
- Sep 04, 2023
See the article "How to set the default suggested filename to be displayed by the Save As dialog the first time a user saves a new document” at:
Sep 04, 2023
ChristineB You should be able to make use of part of the code that creates the Document Property and with additional code, display the File SaveAs dialog, prepopulated with that information, or just have a command that simply saves the document with it.