Interesting question!!! Need immediate reply???

R

Rasheed

Hi,

To call macros (developed in VB editor of MS Project)
from Visual Basic program , we use Macro command to run
it like

Set pj = CreateObject("MSProject.Project")
pj.Application.FileOpen "c:\projectguide\Ijaz.mpp"

Macro ("test10")

And it works fine. The same thing i want to do in
VBScript file but over there MACROS command does not
work. Now anybody ahev any idea how to call the macros
from VBScript or JScript file?

Thanks in advance.

-Rasheed
 
M

Mike Glen

Hi Rasheed,

Try posting on the developer newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://www.mvps.org/project/.

Mike Glen
Project MVP
 

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