Close project without the save prompt?

D

Dewey

Hi
Is there a VB.NET call you can make that will keep Project from prompting
a user to save their work once their file is closed?

Thanks in advance
-Josh
 
R

Rod Gill

Hi,

The fileclose method accepts a parameter that force close with save, or
close without save.
 
D

Dewey

Hi Rod
I'm trying to start Project form an Outlook add-in. Do I still have
access to Project's events, such as that which would fire when the user tried
to close the app?

Thanks
-Josh
 
R

Rod Gill

You need to experiment. In some cases yes, others no. I think project vba
code will see the events, but not your code in Outlook. You need to
experiment.
 

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