View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dianne Butterworth[_2_] Dianne Butterworth[_2_] is offline
external usenet poster
 
Posts: 19
Default display edit | fill series dialog box

Application.Dialogs(xlDialogDataSeries).Show

--
HTH,
Dianne Butterworth

Perry Kew wrote:
I want to create a macro where I display the EDIT | Fill |
Series dialog box. I don't want to do anything more than
that. Does anyone know how I can do that?

I am using XL 2002.

Thank you for your help.

Perry