Hi guys,
I am currently writing a code for work and I have e-mails that come in early every morning. Moreover, there is one of those e-mail that has an excel attachment that I need to open in order to finish my code. The e-mail that I want to open in order to retieve the excel is the SAME everyday. It is a generic e-mail that looks like the following:

The subject is always: "SPAN Newedge"
The body is always: "SPAN"
The name of the attached file is always: "SPAN Newedge.xls"

I would like to know the code to write in order to go open the excel file.

Thank you very much.

p.s. the e-mail I am using is outlook!