Skip to main content

All Questions

2 votes
2 answers
147 views

Unable to apply regex within vba IE

I've written a script using vba in combination with IE to parse the contact information from a webpage applying regex on it. I searched a lot but could not find any example that can satiate my ...
SIM's user avatar
  • 22.3k
0 votes
1 answer
53 views

My script throws error while clicking on links cyclically

I've written a script in vba in combination with IE to perform clicks on some javascript links connected to each profile of a webpage. My script can click on the first link flawlessly but when it ...
SIM's user avatar
  • 22.3k
0 votes
2 answers
187 views

Can't find any logic how the faulty script works flawlessly?

I've written a script in vba using IE to get the titles of different hotel names from a webpage. The hotel names traverse multiple pages through pagination. My scraper can keep clicking on the next ...
SIM's user avatar
  • 22.3k
1 vote
0 answers
290 views

Excel Macro (VBA) Image upload to Internet Explorer with Open Twebst

I've successfully automatized a process with Open Twebst. (Go through some links, fill the forms and upload images..) So, it helped me to upload images to a HTML page in Internet Explorer 10. I've ...
Báthori Zoltán's user avatar
1 vote
1 answer
91 views

Unable to switch to a new tab in an efficient manner

I've written a script in vba which is able to click on a certain link (Draw a map) of a webpage. When the clicking is done, a new tab opens up containing information I would like to grab from. My ...
SIM's user avatar
  • 22.3k
0 votes
1 answer
193 views

Resume Macro after IE Crash or not respond

I need to get data from website I'm using SHDocVw.InternetExplorer and MSHTML.HTMLDocument and fetch data. I'm using set IE = Nothing and IE.Quit after fetching each records and creating new instance ...
Mahesh Bangale's user avatar
0 votes
0 answers
127 views

Internet Explorer download using Visual Basic

I have a script that opens a URL in Internet Explorer, enters the username and password and clicks Submit. I can't get past the default Internet Explorer open/save prompt. Is this possible? Call Main ...
Joshua J Geoghegan's user avatar
0 votes
1 answer
393 views

IE11 Automation via Excel VBA - Forms

This is part 2 from my original post here. So now once logged in, I have to make two clicks to display the information I'm ultimately trying to scrape. I cannot seem to figure out the proper way to ...
user9837831's user avatar
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
2 votes
1 answer
402 views

Unable to set timeout option within my scraper to save it from infinite looping

I've written a script in vba using IE to initiate a search in a webpage in it's searchbox to populate the result according to the search by hitting the search button. The webpage loads it's searchbox ...
SIM's user avatar
  • 22.3k
2 votes
1 answer
375 views

Trouble making my parser scroll downward

I've written a script in vba to parse some information from a webpage. The thing is before scraping any information from that webpage I need to make my scraper scroll downward for few times. Here is ...
SIM's user avatar
  • 22.3k
3 votes
3 answers
1k views

Unable to parse some links lying within an iframe

I've written a script in vba using IE to parse some links from a webpage. The thing is the links are within an iframe. I've twitched my code in such a way so that the script will first find a link ...
SIM's user avatar
  • 22.3k
7 votes
2 answers
1k views

Unable to scroll a split screen of a webpage

I've written a script in vba to scrape some items from a webpage. By default, there are 4/5 items visible when I open that page. However, the webpage displays it's rest of the items when it is made to ...
SIM's user avatar
  • 22.3k
3 votes
1 answer
558 views

Is there any keyword in vba to clear the default values in a website to replace with a new one?

While filling in different forms, username, inputbox or similar things in different websites, I sometimes noticed that the very options [forms, username, inputbox] are already filled in with default ...
SIM's user avatar
  • 22.3k
11 votes
2 answers
645 views

Scraper throws errors instead of quitting the browser when everything is done

I've written a scraper to parse movie information from a torrent site. I used IE and queryselector. My code does parse everything. It throws errors instead of quitting the browser when everything is ...
SIM's user avatar
  • 22.3k

15 30 50 per page
1
4
5
6 7 8