Working with microsoft project

Add-in Express™ Support Service
That's what is more important than anything else

Working with microsoft project
any example which shows how to work withlinked tasks, start and end date 
Andrew R


Guest


HI All

I want to use Add-IN express to work with existing tasks in a (Microsoft project) project.

I have read the tutorial, which was really good - but I am still missing a couple of crucial samples

1 ) How do you set the start and end date for a task?
2 ) How do you get/set whether a task is inactive
3 ) How do you access predecessors information to connect or disconnect two tasks?

any small sample would be great (I searched the entire forum, and the CHM file, but I couldnt find these answers)

thanks!
Posted 27 Sep, 2016 17:35:15 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Andrew,

The best way to get this info is to record a VBA macro while performing the corresponding actions in the UI of MS Project. Turn the Developer tab on; see https://msdn.microsoft.com/en-us/library/bb608625.aspx. Then click the Record Macro on that tab. While the Macro Recorder is run, create a task, set its properties as required and save it. Then stop the recorder and click the Visual Basic button to open the VBA IDE. Study the VBA macro to learn the objects/members involved in the process and use these objects/members in the code of your add-in.


Andrei Smolin
Add-in Express Team Leader
Posted 28 Sep, 2016 02:05:50 Top