Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fill Series with Step

Hi,

I have the following code (found it in this group):

Sub FillSeries()
ActiveCell.Value = Range("A1").Value
ActiveCell.DataSeries Rowcol:=xlColumns, Type:=xlLinear, _
Step:=Range("F2"), Stop:=Range("A50")
End Sub

A1= Start value
A50= Stop value (last cell)
F2= Step value

But it only works for a linear data set... I want to copy each fifth
(or another step value) value in a column to a second column. Any
idea?
Thanks for any help!

Anders
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
Creating a Drop Down List with Step by Step Instructions for 2007 remarkable Excel Worksheet Functions 2 March 22nd 09 04:36 AM
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
using Fill, series...how set STEP? Boswell Excel Worksheet Functions 8 August 12th 07 04:16 PM
Edit Fill Series - How do I fill using minute increments IUnknown Excel Discussion (Misc queries) 1 January 29th 06 12:50 PM
I need step by step instructions to create a macro for 10 imbedde. diana Excel Worksheet Functions 3 January 31st 05 01:56 AM


All times are GMT +1. The time now is 08:36 AM.

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

About Us

"It's about Microsoft Excel"