一般情况下,GridView中的数据来自数据库,我们通过Windows Info,是无法获取GridView中的信息的.而软件定制的Menu,很多时候无法通过系统提供的WinMenuSelectItem来获取.对于GridView窗口或者WinMenuSelectItem窗口等等,如果无法通过常规手段获取的资源,都可以使用ControlClick和ControlSetText命令对字段进行点击/双击/赋值操作. ;Get the handle of the main window $handle
Looking into the includes <Excel.au3> helped shed some light on things. To summarize what I've found for others who may be learning as I am. Direct use of Excel Functions $MySum = $oExcel.Application.WorksheetFunction.Sum(2,2) Cell Values