Calling the "Move or Copy" Dialog Box from VBA

  • Thread starter Thread starter Frank & Pam Hayes
  • Start date Start date
F

Frank & Pam Hayes

I have an application where I am constantly moving a worksheet from one
workbook to some other workbook. I would like to automate the Edit ...Move
or Copy Sheet ... To Book sequence a little. Is there a way of calling the
Move or Copy Dialog Box directly from VBA?

Thanks,

Frank Hayes
 
Hi Frank,

Try:

Application.Dialogs(xlDialogWorkbookCopy).Show
 

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