PowerPoint

VBA InStr Tutorial
Excel, MS Office, Outlook, PowerPoint, Word

VBA Searching strings using InStr and InStrRev

String manipulation is a key skill in VBA and other programming languages. Today let’s focus on using string searching functions to extract SubStrings from other strings using the VBA InStr or the VBA InStrRev functions. VBA Strings Manipulations Resources VBA SubString VBA InStr / InStrRev VBA Like Operator (Wildcards) VBA Regex VBA String Functions VBA […]

Scrape Google Search Results to CSV
Excel, Google API, MS Office, Outlook, PowerPoint, Web, Web Scraping, Word

Scrape Google Search Results to CSV using VBA

Google is today’s entry point to the world greatest resource – information. If something can’t be found in Google it well can mean it is not worth finding. Similarly SEO experts blog and write about how to optimize your web pages to rank best in Google Search results often ignoring other search engines which contribution […]