ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   display edit | fill series dialog box (https://www.excelbanter.com/excel-programming/303145-display-edit-%7C-fill-series-dialog-box.html)

Perry Kew

display edit | fill series dialog box
 
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

Dianne Butterworth[_2_]

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




Dick Kusleika[_3_]

display edit | fill series dialog box
 
Perry

Try

Application.CommandBars.FindControl(, 870).Execute

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Perry Kew" wrote in message
...
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




Perry

display edit | fill series dialog box
 
Thank you very much for your help.

-----Original Message-----
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



.



All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com