With MS Word 2010, the following APIs provide you the default file save path for the application:
Application.Dialogs(wdDialogToolsOptionsFileLocations).Setting
Application.Options.DefaultFilePath(wdDocumentsPath)
I am looking for a similar API with Project 2010. Does such an API exist for Project?
[I could not find the right forum to post problems related to Project VBA, so I am posting my query here].
Parul Gupta