12-09-2009, 04:23 PM
Hi Caze,
How many "WebEdit" objects are embedded inside the cell of Table ?
If '2' WebEdit objects are there in Cell (2,1):
then 1st WebEdit object's "Index" would be '0'
2nd WebEdit object's "Index" would be '1'
Hint: You could use "ChildItemCount" method to know how many "WebEdit" Objects are embedded in a CELL.
How many "WebEdit" objects are embedded inside the cell of Table ?
If '2' WebEdit objects are there in Cell (2,1):
then 1st WebEdit object's "Index" would be '0'
2nd WebEdit object's "Index" would be '1'
Hint: You could use "ChildItemCount" method to know how many "WebEdit" Objects are embedded in a CELL.
Code:
msgbox Browser("B").Page("P").WebTable("WT:").ChildItemCount(2, 1, "WebEdit")