Creating an instance of Microsoft Project without it being installed.

C

cr113

Is there a way for my users to run an Excel macro that creates an
instance of Microsoft Project, without having Project installed on
their pc?

Here is the code I am using:

Dim objProject As MSProject.Application
Set objProject = New MSProject.Application
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top