M
Mayu
I'd like to activate the MS Project application (bring into focus), and
cannot find the required constant for it.
The following works,
Application.ActivateMicrosoftApp (pjMicrosoftWord)
but when I replaced it with parameter = pjMicrosoftProject, it didn't work,
should I be using another command?
I've also tried:
Application.ActiveProject.Visible = True
Application.Windows("myfile.mpp").Visible = True
Projects(1).Activate
cannot find the required constant for it.
The following works,
Application.ActivateMicrosoftApp (pjMicrosoftWord)
but when I replaced it with parameter = pjMicrosoftProject, it didn't work,
should I be using another command?
I've also tried:
Application.ActiveProject.Visible = True
Application.Windows("myfile.mpp").Visible = True
Projects(1).Activate