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
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