Hi all,
In excel I use the GetOpenFileName method to collect files, store in variable and then use the Open method to open the collected files. Can anyone tell me how to do this in MS Project?
I am using the Application.ConsolidatedProjects method to inset projects into a master project. I need the Open dialog to pop up and the user must be able to select the couple of projects, and when choosing OK, these projects will be inserted. I need to know how to activate and store the selected files and then use them in the ConsolidatedProjects method to insert them.
TIA