08-11-2009, 08:40 PM
Jack -
Sorry, i read your post late. I wont be the guy to cross QTP support's drawn line but would you try the below and let me know if you get anything in return,
or
or
Sorry, i read your post late. I wont be the guy to cross QTP support's drawn line but would you try the below and let me know if you get anything in return,
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.Item(1).Name
or
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.rows(1).Cells(1).Value
or
Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.Cells.Item(1).Name
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.