Need detailed task assignment export routine

G

G Lykos

Greetings! Am looking for code to export detailed task assignments
(time-phased work per assigned resource per task) to Excel (or Access).

Thanks,
George
 
E

EPMdev

I know two ways:
1. VBA and TimeScaleData() method

2.
a. go to: Tools | Options | Save [tab]
b. check "Expand timephased data in the database"
c. save project as access database
 
E

EPMdev

You can also find useful that link:
http://msdn.microsoft.com/library/d.../pjsdkExtractingTimephasedData_HV01112435.asp
I know two ways:
1. VBA and TimeScaleData() method

2.
a. go to: Tools | Options | Save [tab]
b. check "Expand timephased data in the database"
c. save project as access database



G said:
Greetings! Am looking for code to export detailed task assignments
(time-phased work per assigned resource per task) to Excel (or Access).

Thanks,
George
 
Top