does anyone know how i could open MS Project without opening a new blank project from a command line or from shell function in vba. i think i could use a command-line switch or soemthing but i cant find any for MS Project
Don't know about a command line but, from VBA, you should be able to do something like ...
Code:
Set appProject = CreateObject("MSProject.Application")
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
CreateObject does open the Application but it doesn't open (or create a new) Project.
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.