How do you execute an Project Application Method?

B

Bob Segrest

Hello Everyone,

There are a number of Methods documented as Application.Methods for Microsoft
Project. The PublishAllInformation method is one example.

x¬
PÙ¬
direction?


Bob Segrest, PMP
BSegE LLC
(540) 937-5875
http://www.BSegE.com
 
J

John

Hello Everyone,

There are a number of Methods documented as Application.Methods for Microsoft
Project. The PublishAllInformation method is one example.

x¬
PÙ¬
direction?


Bob Segrest, PMP
BSegE LLC
(540) 937-5875
http://www.BSegE.com

Bob,
It depends on whether the "expression" for Application is optional or
required. If it's optional, you basically leave it off the code line. If
it is required you include it, for example
Application.DateDifference(StartDate,FinishDate,Calendar)

John
 
Top