Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greg,
Record a macro while using Edit | Fill | Series... This is a sample of what you might get... ActiveCell.FormulaR1C1 = "1" Range("D5:D30").Select Selection.DataSeries Rowcol:=xlColumns, Type:=xlLinear, Date:=xlDay, _ Step:=0.75, Stop:=21, Trend:=False Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "Greg" wrote in message ... Hi, I would appreciate some help with a macro that would insert a sequence in a column whenever an user specifies starting & ending values and interval value. For example, 100 , 150 , 0.5 should produce 100 in b1, 100.5 in b2, 101 in b3 and so on. Thanks in advance! Regards, Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with loop sequence | Excel Discussion (Misc queries) | |||
How do I insert new work sheets in numerical sequence? | Excel Worksheet Functions | |||
Using Loop to insert a row | Excel Programming | |||
loop to insert rows | Excel Programming | |||
Cant run insert row through loop | Excel Programming |