Hello everybody,


I'm writing a macro that modifies actual start and actual finish of different tasks from an Excel file. My idea is that this macro runs each hour. I would like that each time the macro modifies the ms project it saves the changes. My problem is that I haven’t found a good code to do that. I was trying using this code:


projet.Activate
msproject.Application.FileSave


where "projet" is the object type Project which I'm working with. That code works where there are just one ms project file open, but when I open more than one file I get this error: The remote server machine does not exist or is unavailable (Error 462).


Sometimes I will have more than one ms Project file open, so, I need to solve this problem.


I Will be so grateful if one of you helps me solving this problem.


Thank you so much.