Consulting

Results 1 to 5 of 5

Thread: Saving a project file using vba

  1. #1
    VBAX Newbie
    Joined
    May 2020
    Posts
    1
    Location

    Unhappy Saving a project file using vba

    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.

  2. #2
    Have you already completed a macro?

  3. #3
    VBAX Regular
    Joined
    Oct 2020
    Location
    Berlin, Germany. Often vivst Ukraine for business
    Posts
    6
    Location
    Seems to the answers on this post the macro was made)))

  4. #4
    VBAX Newbie
    Joined
    Oct 2021
    Posts
    1
    Location
    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.

  5. #5
    Have you get the answer. I have also same issue every time when I save file.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •