08-14-2009, 12:36 AM
thanks for your help..
I tried your code and got the following:
Object doesn't support this property or method: 'ActiveSheet.Item'
Object required: 'ActiveSheet.rows(...)'
Object required: 'ActiveSheet.Cells.Item(...)'
but I now have found that the FarPoint control will be supported with QTP 10.... and we are due to get that soon so I guess I will wait
I tried your code and got the following:
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.Item(1).Name
Object doesn't support this property or method: 'ActiveSheet.Item'
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.rows(1).Cells(1).Value
Object required: 'ActiveSheet.rows(...)'
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.rows(1).Cells(1).Value
Object required: 'ActiveSheet.Cells.Item(...)'
but I now have found that the FarPoint control will be supported with QTP 10.... and we are due to get that soon so I guess I will wait