How can I get the contents from MSProject?

I started with this: MSP = actxserver('MSProject.Application'); invoke(MSP,'SetTaskField','Name','Example'); This works for me, but I don't know how to GET the field name. I know that there is method, called get, and I know it works with arguments {handle, arg1, arg2} but I don't know what should be the arguments... 'GetTaskField' is not valid, I tried...

1 Comment

I'm looking for the same thing. has this been solved yet?

Sign in to comment.

Answers (0)

Asked:

on 29 Sep 2017

Commented:

on 20 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!