Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-20-2015, 01:42 AM
saurabhlotankar saurabhlotankar is offline Require assistance in writing code to login to webmail account. Windows XP Require assistance in writing code to login to webmail account. Office 2010 32bit
Novice
Require assistance in writing code to login to webmail account.
 
Join Date: May 2015
Posts: 29
saurabhlotankar is on a distinguished road
Default Require assistance in writing code to login to webmail account.

Hi All,



I am trying to login to webmail account througha VBA macro.

Complete code is working fine except clicking on sign in button. Please assist.

My code:

Sub test()
' open IE, navigate to the desired page and loop until fully loaded
Set IE = CreateObject("InternetExplorer.Application")
my_url = "https://www.google.com"

With IE
.Visible = True
.Navigate my_url
'.Top = 50
'.Left = 530
'.Height = 400
'.Width = 400

Do Until Not IE.Busy And IE.readyState = 4
DoEvents
Loop

End With

' Input the userid and password
IE.Document.getElementById("username").Value = "*******"
IE.Document.getElementById("password").Value = "*******"

' Click the "Search" button
IE.Document.getElementByvalue("Signin").onClick

End Sub




I have also attached html code screengrab along with this msg for your reference.

Please assist
Attached Images
File Type: jpg xml code.jpg (75.8 KB, 14 views)
Reply With Quote
 

Tags
macro



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Writing VBA Code using the HideMark property bgranzow Word VBA 7 06-02-2014 04:10 PM
Require assistance in writing code to login to webmail account. Assistance require powerpoint presentation wont run? Harold PowerPoint 5 04-18-2013 01:53 AM
Writing code with C# and VB.NET to create Outlook add-ins and other projects kistou Outlook 0 01-13-2010 04:23 AM
Help require. aligahk06 Office 0 08-31-2009 01:30 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft