Skip to main content

All Questions

1 vote
1 answer
90 views

Trying to Populate IE Input Box, Click Submit, then Retrieve a Value from IE

I am trying to automate the retrieval of domain name values from GoDaddy's valuation service located at: https://www.godaddy.com/domain-value-appraisal I have done close to 400 manually but it is ...
ONDEV's user avatar
  • 566
3 votes
1 answer
276 views

IE11 Automation via Excel VBA - company webpage

First I'm very new to trying to automate IE via Excel VBA. That being said, I'm working to automate a login to a company-specific webpage (only accessible to our employees). The goal is to automate ...
user9837831's user avatar
6 votes
1 answer
18k views

Internet Explorer VBA Automation Error: The object Invoked has disconnected from its clients

I'm trying to write code that will read a value from Excel, look it up in an internal web based system and store the results back in the Excel. It reads the Excel with no problem, opens Internet ...
PKatona's user avatar
  • 639
1 vote
1 answer
534 views

VBA code - Stuck at the 4th loop

I have a code that is supposed to open a website, select a location, copy the HTML table to the Excel sheet and repeat on another location. However when I tried running the 'For' loop, I got error at ...
Leslie Heng's user avatar
0 votes
1 answer
3k views

How can I automate the download dialog box in IE using VBA?

I'm completely new on here and have only been using VBA for about 6 months. Needless to say, forum posts on here and a few other places have helped me immensely so far. I'm trying to develop a script ...
yousey88's user avatar