Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error object doesnt support this property or method
#6
Solved: 10 Years, 11 Months, 1 Week ago
Disregard, I got it to work somehow.
I used a different block of code I found and modified it but, it'll take a bit I think to figure out why this one works while the other doesn't. Thank you for your help Smile

Working Code:

Code:
Dim res
Dim res1
Dim res2
Dim i,j
res =Browser("Yahoo!").Page("Yahoo! Finance - Business").WebTable("PropertyName:=Most Actives","index:=6").RowCount
res1=Browser("Yahoo!").Page("Yahoo! Finance - Business").WebTable("PropertyName:=Most Actives","index:=6").ColumnCount(res)

For i=1 to res
For j=1 to res1
  res2=Browser("Yahoo!").Page("Yahoo! Finance - Business").WebTable("PropertyName:=Most Actives","index:=6").GetCellData(i,j)
msgbox res2
next
next
Reply


Messages In This Thread
RE: Error object doesnt support this property or method - by seerick - 06-08-2013, 04:36 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [UFT] Change property of object (WpfButton) robertosalemi 2 2,509 11-22-2016, 12:43 PM
Last Post: Ankur
  Intermitent "Object not visible" error erodpr 5 3,294 01-14-2016, 10:55 AM
Last Post: vinod123
  Uft 12 - Identification of Google Chrome Object's Property value as plain text teja2730 0 2,476 02-02-2015, 05:22 PM
Last Post: teja2730
  cannot use the type method on object and submit is not working jove1776 5 8,399 01-27-2015, 10:08 PM
Last Post: Parke
  ERROR : Object reference not set to an instance of an object. Suyashxp 2 6,973 12-30-2014, 11:32 AM
Last Post: ursprasadp

Forum Jump:


Users browsing this thread: 1 Guest(s)