Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Microsoft Project and Perl

by Ratazong (Monsignor)
on Jun 06, 2016 at 08:50 UTC ( [id://1164954]=note: print w/replies, xml ) Need Help??


in reply to Microsoft Project and Perl

I stumbled over this old node today. It gave me the start on using MS project with perl :-) Thanks!

However the following line led to an error:

my $project = $app->{Projects}->Item(1);
In case you are get the same, use the following instead:
my $project = $app->Projects(1);

Hope this info helps future readers. Rata

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1164954]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found