瀏覽單個文章
lgla1982
Major Member
 
lgla1982的大頭照
 

加入日期: Oct 2003
文章: 249
引用:
作者lgla1982
我是在excel 的VB視窗下呼叫的,
要怎麼查他的值??

我在網路上有查到一個寫法:
Dim strErrorX As String
strErrorX = "=" & ActiveSheet.Name & "!" & Range("C1:C10").Address(ReferenceStyle:=xlR1C1)
With ActiveChart.SeriesCollection(1)
.ErrorBar Direction:=xlX, Include:=xlBoth, _
Type:=xlCustom, Amount:=strErrorX, MinusValues:= _
strErrorX
.ErrorBar Direction:=xlY, Include:=xlBoth, _
Type:=xlCustom, Amount:=strErrorX, MinusValues:= _
strErrorX
End With

但是他第二段我看不懂!?
__________________

2004 Summer
舊 2010-06-11, 04:44 PM #8
回應時引用此文章
lgla1982離線中