PDA

View Full Version : Saving a project file using vba



Luzy
05-08-2020, 07:15 AM
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.

howardssdunn
09-07-2020, 01:14 AM
Have you already completed a macro?

bobbyrfletch
10-06-2020, 05:52 AM
Seems to the answers on this post the macro was made)))

minerva
10-24-2021, 07:44 AM
Did you change the focus of your object "projet" to a different file? Remember that if you point a project object to one file, and you close it, then the project object no longer exists.

William22
11-23-2021, 06:40 AM
Have you get the answer. I have also same issue every time when I save file.