Open a dialog box

  • Thread starter Thread starter ChelseaWarren
  • Start date Start date
C

ChelseaWarren

I've done this before but don't remember how ... I need a script that will
open a particular dialog box and then stop.

Can anyone help?

Thanks so much!
 
Perhaps you are looking for something similar to:
application.dialogs(xlDialogSaveAs).show
which shows the saveas dialog box. modify to show whatever dialog box you
actually want.
 
Thank you. That's exactly it!

JMB said:
Perhaps you are looking for something similar to:
application.dialogs(xlDialogSaveAs).show
which shows the saveas dialog box. modify to show whatever dialog box you
actually want.
 

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

Back
Top