Checking in enterprise projects

S

Sucy

I have to click on each project individually to check them in. Is
there a easier way to check all offline plans to online?

i tried to use vba as bellow:
ActiveProject.checkin SaveChanges:=False, MakePublic:=False

error find:
Running time error"1004"
this method occur unexpected error
===
who can help me ,thanks:)
 
S

Sucy

I use FileClose method to resolve it,also can checkin my project
FileCloseEx Save:=pjDoNotSave, checkin:=True
 
Top