Promps Question

N

Nach

Hi, I would like to open, save and close projects without any human
interaction.
Although my macro looks good...I am having problem with the pop-ups from
each projects about externals links and stuff. I cleared all that by setting
their particular flags to false. But there is this one calendar error..that
I'm not able to bypass even after using the following peice of code..

Application.DisplayAlerts = wdAlertsNone

2. Is there a way to save/process projects without opening them in Project
Professional ?
 
J

Jan De Messemaeker

Hi,

First, why use a Word constant in Project code (Wdalertsnone AFAIK is a Word
constant)
There are 2 ways to silence alerts in Project:
Alerts show:=false
Displayalerts=False

But indeed they do not simlence everything.
I use the following sequence
Sendkeys "~"
Fileopen ...etc.

Second question: Not that I know of.
HTH


Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
 
N

Nach

Hey!

I am using project server 2003. I am trying to do all of that using a VBA
macro.

if I can open projects without prompts...please let me know how!

Thanks a bunch
Nachal.
 

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