12-30-2009, 10:32 AM
Hi Saket,
Thank You So much for your reply.
You are right.
Now in my application, whatever fields are present to be filled, the data for them are in the excel sheet.
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
Now the above , places the first field value from the excel. This works fine.
i want to move to the next field now....
basically - i have "hardecoded" the cell values. but for iterating i need to put a loop.
so,
1. I need to get row couint and colcount is it?
2. Can you please provide a pseudocode or something for me.
Thank You,
SK
Thank You So much for your reply.
You are right.
Now in my application, whatever fields are present to be filled, the data for them are in the excel sheet.
------------------------------------------------------------------------------------------------------------
Code:
list_value = exl.ActiveSheet.Cells (2,1) .Value
Browser("Browser").Page("Add User").WebEdit("User Name").Set list_value
Now the above , places the first field value from the excel. This works fine.
i want to move to the next field now....
basically - i have "hardecoded" the cell values. but for iterating i need to put a loop.
so,
1. I need to get row couint and colcount is it?
2. Can you please provide a pseudocode or something for me.
Thank You,
SK