阅读背景:

从selection.address获取行、单元格值的excel vba

来源:互联网 
For i = 1 To 20

  '' select the cell in question
  Cells.Find(...).Select

  '' get the cell address

  CellAddr = Selection.Address(False, False, xlR1C1) 



Next
For i = 1 To 20

  '' select the cell in questi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: