Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Thu, 16 May 2013 18:21:31 +0100 schrieb primeride2k: I am working with a two page workbook. On page one I have upper and lower values of a range (example 0.0 to 5.0, or 0 to 100) and an increment value (example 0.2 or 5). On page two I would like a column to automatically fill with the series of values within the range according to the increment value. Start value in Sheet1 A1, stopp value in A2, increment in B1: Sub FillLinear() With Sheets("Sheet2") .Range("A1") = Sheets("Sheet1").Range("A1") .Range("A1").DataSeries Rowcol:=xlColumns, Type:=xlLinear, _ Step:=Sheets("Sheet1").Range("B1"), _ Stop:=Sheets("Sheet1").Range("A2") End With End Sub Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I Generate Multiple Graphs for Different Series of Data | Charts and Charting in Excel | |||
how to generate series of random numbers which are all unique | Excel Programming | |||
Generate auto increment number from VB form | Excel Programming | |||
How do I increment a fill series by a number other than 1? Say I. | Excel Worksheet Functions | |||
how can i get formulaes to increment by one in a series of worksh. | Excel Discussion (Misc queries) |