VBA: Get Redirect URLs & Title Tags In Excel
The code below takes the URLs in column A, loads the page in internet explorer and returns the redirect URL in column B with the title tag in column C. This is useful to help detect broken links, incorrect landing pages and improper redirects. To use this code please refer to my post on How [...]
VBA: How to Install VBA Macros in Excel
Many of my future posts will include macros scripting (VBA) in Excel. Below is a quick tutorial on how to set up and incorporate Macros in your Excel Document. Open up Excel and save as .xlsm Select File, Save As. For “Save as type:” change it to Excel Macro-Enabled Workbook (*.xlsm) – (I tend to [...]