Reputation: 4588
I have a line of VBA code which is supposed to delete a project from MS Project Server 2010:
DeleteFromDatabase "<>\ProjectName", "User", "Password", "MSProject.mpd"
However, it returns True
no matter what project name and credentials I provide. If I provide the right ones, nothing is deleted.
What is the right way to delete a project from MS Project Server?
Upvotes: 0
Views: 165