In your excel macro, create a reference to the MSProj object model. In the
VBE, choose Tools, References and select the Microsoft Project version Object
Library.
Then in the excel procedure, instantiate an MSP app object:
Sub sam()
Dim appMSP As New MSProject.Application
appMSP.Macro ("msproject macro name")
End Sub
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.