Hi,Can anyone help with writing a macro in VBA to change File properties in MS Project?I.e. File --> Properties --> Title, Author, Keywords etc.We need to change Keywords on a number of projects every month and I wanted to automate it but didn't have much luck.Used BuildInDocumentProperties in Excel and it worked.
ThisWorkbook.BuiltinDocumentProperties("title") = "YourTitle"
But can't make it work in MS Project.Many thanks for your help!(PS. I am an ABSOLUTE beginner in VBA)
ThisWorkbook.BuiltinDocumentProperties("title") = "YourTitle"
But can't make it work in MS Project.Many thanks for your help!(PS. I am an ABSOLUTE beginner in VBA)