One of the functionalities of my tool is to let the user save the MS Project Professional 2010 .mpp file on Project Server and I would like to pre-fill the Save to Project Server dialog box with data so:
Is it possible to fill out the name text box, the mandatory fields and select from the combo boxes programmatically using VBA on the Save to Project Server dialog box?
Also can I code it so that I am able to disable one of the buttons e.g. the Save button and I would like to know which of the three buttons has been clicked by the user.
I tried recording a macro and checked the code but it does not show any code other than FileSaveAs
,
which opens the Save to Project Server dialog box only.
Your help is greatly appreciated.
SRN