T
ToddR
I am trying to incorporate the use of project data in an Excel macro using
the "GetObject" command. However, the project is password protected and
invokes a dialog box requesting the password or a selection of 'Read Only".
How do I automatically select the read only option to avoid manual
intervention to keep the macro moving? If this is not an option, then what
command(s) should I use to permit the equivalent of the following:
Set prj = GetObject("Myproject.mpp")
where Myproject.mpp is password protected, and I want to open it as read
only and be able to read the contents of the project as data with my excel
macro?
the "GetObject" command. However, the project is password protected and
invokes a dialog box requesting the password or a selection of 'Read Only".
How do I automatically select the read only option to avoid manual
intervention to keep the macro moving? If this is not an option, then what
command(s) should I use to permit the equivalent of the following:
Set prj = GetObject("Myproject.mpp")
where Myproject.mpp is password protected, and I want to open it as read
only and be able to read the contents of the project as data with my excel
macro?