Hi,
I am trying to open an MS project file with a VBS script. The MS project file is password protected and when you open it normally it prompts for the password or click ReadOnly.
I wan the script to open it read only.. I have tried.
oPJ.FileOpen Name:="[filename]", ReadOnly:=True...