语法
表达式.Precedents
表达式 一个代表 Range 对象的变量。
示例
本示例选定 sheet1 中单元格 A1 的引用单元格。
Worksheets.Item("Sheet1").Activate() Range("A1").Precedents.Select()