Use datatable.Import("c:\user.xls") 'this is path for your xls file which 'contain user name and password.
And in your code
'write the column name which contain user id. same for password.
Hope this will help.
And in your code
Code:
browser("browser").Page("page").wededit("...").set "UserName" 'here
'write the column name which contain user id. same for password.
Hope this will help.