Hi all,
I'm new to VBA coding so hoping you can help.
I'm trying to come up with a VBA and script that will look for all new emails that are coming from a particular email address to automatically extract all hyperlinks (whether naked URLs or links with anchors) and send them over to an Excel file. It should disregard the URLs of any png/jpg images.
I'm hoping to send all hyperlinks, along with the Subject line, the date/time, anchor text.. all in their respective columns inside just one Excel file.
So whenever an email is received it will add to the existing data in the Excel file.
Is this something that can be done?
Really appreciate your help.
Thank you.
I'm new to VBA coding so hoping you can help.
I'm trying to come up with a VBA and script that will look for all new emails that are coming from a particular email address to automatically extract all hyperlinks (whether naked URLs or links with anchors) and send them over to an Excel file. It should disregard the URLs of any png/jpg images.
I'm hoping to send all hyperlinks, along with the Subject line, the date/time, anchor text.. all in their respective columns inside just one Excel file.
So whenever an email is received it will add to the existing data in the Excel file.
Is this something that can be done?
Really appreciate your help.
Thank you.