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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top