Open Dialog Box Paste Special

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

How can you open the Paste Special dialog box and the Format Cells dialog box
by code?

Thank you,

Steven
 
Syntax is:

Application.Dialogs(<xlDialogsConstant>).Show

There is a list of the xlDialogsConstants in the VBA help files which you
can acces through the VB editor window.
 
hi
in vb help type......built in dialog list....
258 of them.
wow!

Regards
FSt1
 

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