Thread
:
DataSeries Method
View Single Post
#
1
Posted to microsoft.public.excel.programming
William[_2_]
external usenet poster
Posts: 227
DataSeries Method
Hi Michael
Sub test()
Range("D2") = 1
Range("D2").AutoFill Destination:=Range("D2:D39"), Type:=xlFillSeries
End Sub
--
XL2002
Regards
William
"Michael Allen" wrote in message
...
| I am trying the fill a range with a progression 1,2,3,4 etc using the
| DataSeries method. What is the syntax?
|
| Thanks,
| Mike
|
|
Reply With Quote
William[_2_]
View Public Profile
Find all posts by William[_2_]