Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 599
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit Link Dialog Box Howard Excel Discussion (Misc queries) 1 October 15th 09 04:55 PM
Edit/Fill/Series on Protected Sheet iamageneralist Excel Discussion (Misc queries) 1 May 7th 09 07:04 PM
Fill Series Dates: not letting me change the series from year to m Mike Excel Discussion (Misc queries) 1 January 24th 08 05:08 PM
Edit Fill Series - How do I fill using minute increments IUnknown Excel Discussion (Misc queries) 1 January 29th 06 12:50 PM
Edit / Fill / Series Pauline Excel Discussion (Misc queries) 5 December 7th 05 07:17 PM


All times are GMT +1. The time now is 03:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"