Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vba

Return Entire Page Text From Ie Object

I'm using regex with VBA to pick up e-mails on webpages, all of which are formatted very differ… Read more Return Entire Page Text From Ie Object

Vba Selecting A Value From Dropdown Box On A Webpage

enter image description hereupdatedI'm trying to use VBA to log me into a secure webpage, then … Read more Vba Selecting A Value From Dropdown Box On A Webpage

Excel-vba: Buttons And Drop-down Lists Before Scraping Data On .aspx Web Pages

I'd like to use VBA to get a table from a webpage, but I cannot access it directly because I ne… Read more Excel-vba: Buttons And Drop-down Lists Before Scraping Data On .aspx Web Pages

Alternating Colors Of Rows With Html

I am currently writing code in VBA to automate a process that sends out an e-mail that contains a t… Read more Alternating Colors Of Rows With Html

Driving A Website Using Vba And Selenium

I have to log into SnapSurveys and download 20+ files monthly. Already a tedious process, I now hav… Read more Driving A Website Using Vba And Selenium

Vba To Log-in To Webpage (determine If Needed)

I'm trying to put a section at the beginning of my sub in order to do 2 things. 1. determine if… Read more Vba To Log-in To Webpage (determine If Needed)