Sub 流水號()
i = ActiveCell.Value
x = InputBox("請輸入終止值")
If i = Empty Then
ActiveCell.Value = 1
Selection.DataSeries Rowcol:=xlColumns, Type:=xlLinear, Date:=xlDay, _
Step:=1, Stop:=x, Trend:=False
Else
Selection.DataSeries Rowcol:=xlColumns, Type:=xlLinear, Date:=xlDay, _
Step:=1, Stop:=x + i, Trend:=False
End If
End Sub
>即時新聞-熱門
2010年8月19日星期四
自動流水號
订阅:
博文评论 (Atom)
0 评论:
发表评论