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.
"Steven" wrote:
How can you open the Paste Special dialog box and the Format Cells dialog box
by code?
Thank you,
Steven