View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cr113 cr113 is offline
external usenet poster
 
Posts: 11
Default Creating an instance of Microsoft Project without it being installed.


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