02-03-2011, 03:20 PM
Hi,
Follow the steps
1.Get the row count of first table
2. In a for loop (i=1 to rc) just get the vaule of the cell using getroproperty() method
3. if the text matches then, store the position in a variable and exit for
4. just get the object using childobjects property(here use the position value which is stored in a variable)
5. Set the value of the object
Feel free to post your query, If any difficulty
Follow the steps
1.Get the row count of first table
2. In a for loop (i=1 to rc) just get the vaule of the cell using getroproperty() method
3. if the text matches then, store the position in a variable and exit for
4. just get the object using childobjects property(here use the position value which is stored in a variable)
5. Set the value of the object
Feel free to post your query, If any difficulty