amitkumarsharma
New Member
- Joined
- Aug 31, 2016
- Messages
- 10
I have 50 website address in column a , then their id n pass in column b and c
macro should ask in message box
Please select the webaddress
Please select the id
Please select the pw
then it should open the browser and fill id n pass
here is the source of all websites
input type="text" id="USER_NAME" name="USER_NAME" maxlength="25" class="text" autocomplete="on"
input type="password" name="USER_PASSWD" maxlength="25" class="text" autocomplete="on"
input type="image" alt="Login" src="https://www.mrexcel.com/forum/images/login/btn_login.gif"
macro should ask in message box
Please select the webaddress
Please select the id
Please select the pw
then it should open the browser and fill id n pass
here is the source of all websites
input type="text" id="USER_NAME" name="USER_NAME" maxlength="25" class="text" autocomplete="on"
input type="password" name="USER_PASSWD" maxlength="25" class="text" autocomplete="on"
input type="image" alt="Login" src="https://www.mrexcel.com/forum/images/login/btn_login.gif"
Last edited: