P
Pete
From a command line I can use switches to specify the Project Server,
Username, Password, and a few other things.
e.g.
WINPROJ.EXE /s "http://Server/ProjectServer /u "MyUserName" /p "MyPassword"
In VBA (say from an Excel macro) I open an instance of Project via:
Dim pj as New MSProject.Application
But there are no options provided here to specify all the information above.
Is there another (perhaps better) way to open an instance of Project from
another Office application so that I can specify the Project Server info?
Thanks for your help!
-Pete
Username, Password, and a few other things.
e.g.
WINPROJ.EXE /s "http://Server/ProjectServer /u "MyUserName" /p "MyPassword"
In VBA (say from an Excel macro) I open an instance of Project via:
Dim pj as New MSProject.Application
But there are no options provided here to specify all the information above.
Is there another (perhaps better) way to open an instance of Project from
another Office application so that I can specify the Project Server info?
Thanks for your help!
-Pete