Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to use pywin32 Python Library to extract data from MSProject .mpp file to an excel file where I want my employees to register their work hour.

I can extract data from any field I want except the Task Usage Table where it shows for every day how many hours an assignment (a person X a task) has to be done (Work) and has been done (Actual Work) and allows users to fill out the number of hours.

Image of the Task Usage Table is as below
https://i.ibb.co/9cr50M4/Capture123456445.jpg[^]

What I have tried:

It seems that there is an Object for it if the case is VBA Programming, called TimeScaleValue.
TimeScaleValue object (Project) | Microsoft Docs[^]

While it seems there is no similar attribute under Task object in pywin32.
Are there any pieces of advice? Thanks a lot!
Posted
Updated 3-Jul-19 22:33pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900