Standard answer to questions like "sure you want to delete?"

H

HH

Hi'

I have macro that delete a large number of ressources, but prompts me
the question "are you sure you want to delete?" and therefore stops the
progress.

How do i have the standard answer "yes" so the macro dont stop?


Thanks.
 
M

Mike Glen

Hi HH,

Try posting on the developer newsgroup as this one is closing down. Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP
 
R

Rod Gill

Make sure you add
DisplayAlerts = True

at the end of the macro otherwise alerts will be off in Project as well
which can cause problems.
--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 

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