Hello all,
I have excel file in the below format.
i saved outlook maill in my c Drive. (.msg) based on condition i want to open the mail.
Excel file :
Path : C:\mail1
if Mail Id = "25" and Status = "Done" then
Open "C:\mail1\25.msg"
Please help to provide the solution....
I have excel file in the below format.
i saved outlook maill in my c Drive. (.msg) based on condition i want to open the mail.
Excel file :
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Mail ID | Status | ||
2 | 25 | Done | ||
3 | 26 | Done | ||
Sheet1 |
Path : C:\mail1
if Mail Id = "25" and Status = "Done" then
Open "C:\mail1\25.msg"
Please help to provide the solution....