Hello vba masters.

As part of my job, I receive daily emails about registrations from a certain email address. In this email there are 1-3 links.
The link text is "Download" and it refers to a link where the files are saved.

So if there is one attachment, it will say:
some text: Download

For two it will say:
some text: Download
some text: Download

and for three:
some text: Download
some text: Download
some text: Download

What I am looking for as a vba macro is to be able to select these emails and then run the macro. The macro should print each email and then go to the link and print the attachments in these links one by one for all emails selected.

The order should be print email 1, print link 1 attachment, print link 2 attachment (if present), print link 3 attachment (if present), print email 2 and email 2 link attachments and so on.

I am looking for a VBA solution as I don't have right to install anything else on the computer.