View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Open Dialog Box Paste Special

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