View Single Post
 
Old 03-15-2023, 09:36 AM
Ddadoo57 Ddadoo57 is offline Windows 11 Office 2021
Advanced Beginner
 
Join Date: Feb 2023
Posts: 65
Ddadoo57 is on a distinguished road
Default How to recover the advanced properties of a closed document?

Hello,

Do you know how, in vba, to get the advanced properties of a closed .docx document?

CreateObject("Scripting.fileSystemObject") ou CreateObject("Shell.Application") allows you to get some standard properties, but not all the properties found (dor example the name of the Modele .dotm) in the Details tab of the Properties window for a file (i.e.: right click on the file, then Properties, then the Details tab)

Greetings,
David
Reply With Quote