首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

在线关于不能设置类 Range的FormulaArray属性

2012-03-31 
在线求助关于不能设置类 Range的FormulaArray属性Dim n As IntegerDim c As Rangen Cells(1, 1)Cells(1,

在线求助关于不能设置类 Range的FormulaArray属性
Dim n As Integer
 Dim c As Range
  n = Cells(1, 1)
  Cells(1, 3).FormulaArray = "=MAX(ABS(R[2]C[-1]:R[n+1]C[-1]))"
  MsgBox (Cells(1, 3))
 Set c = Range("b3:b2403").Find(what:=Cells(1, 3), _
  After:=Cells(3, 2), LookIn:=xlFormulas, _
  LookAt:=xlPart, SearchOrder:=xlByColumns, _
  SearchDirection:=xlNext, MatchCase:=False)
  MsgBox (c.Address)
  MsgBox (c.Offset(0, -1))
End Sub
这是代码运行时候 Cells(1, 3).FormulaArray = "=MAX(ABS(R[2]C[-1]:R[n+1]C[-1]))"会提示不能设置类 Range的FormulaArray属性,哪位高手知道该怎么改?不胜感激!


[解决办法]
buqingchu

热点排行