M
mr.potato
Hi all,
I've got some problem when I tried to change the value of author and company
in project's properties by using programming code. I find that I've to open
the properties dialog box and click "OK" for saving the changes what I've
made in the background, or else it the changes would be gone after I close
the project file... Attached below is the coding.
With ActiveProject.Application
ProjectSummaryInfo Author:= "Mr.ABC" Company:="DEF Ltd."
ActiveProject.Application.FileProperties
I've got some problem when I tried to change the value of author and company
in project's properties by using programming code. I find that I've to open
the properties dialog box and click "OK" for saving the changes what I've
made in the background, or else it the changes would be gone after I close
the project file... Attached below is the coding.
With ActiveProject.Application
ProjectSummaryInfo Author:= "Mr.ABC" Company:="DEF Ltd."
ActiveProject.Application.FileProperties