How can I get the contents from MSProject?
Show older comments
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
Kenneth Dziak
on 20 Mar 2019
I'm looking for the same thing. has this been solved yet?
Answers (0)
Categories
Find more on Use COM Objects in MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!