Hi All,
I am getting 2 different mails with attachment early morning on daily basis in outlook, I want to download these files , rename sheet name as well as workbook name and save as .xlsx and keep it in particular folder
Is it possible to perform this activity using VBA? Please help
1st file
Receiving from – Dailyupdate@gmail.com
Subject line :- Closed Open Call Report Created Successfully
File Name :- Closed_Open_Call_Report_IN_*.xls – Here “*” start stands for date which is getting change on every day
Folder location :- Inbox
I want to perform following
Receiving from – Dailyupdate@gmail.com
Subject line :- Open Call Report Created Successfully
File Name :- AYS_Open_Call_Report_IN_*.xls – Here “*” start stands for date which is getting change on every day
Folder location :- Inbox
I want to perform following
I am getting 2 different mails with attachment early morning on daily basis in outlook, I want to download these files , rename sheet name as well as workbook name and save as .xlsx and keep it in particular folder
Is it possible to perform this activity using VBA? Please help
1st file
Receiving from – Dailyupdate@gmail.com
Subject line :- Closed Open Call Report Created Successfully
File Name :- Closed_Open_Call_Report_IN_*.xls – Here “*” start stands for date which is getting change on every day
Folder location :- Inbox
I want to perform following
- Open The file, it prompts for “ The File Format & Extension of “Closed_Open_Call_Report_IN_*.xls” don’t match. The file could be corrupted or unsafe. Unless you Trust its source, Don’t open It. DO you want to Open it anyway?”
- Click on “Yes”
- Then comes Protected View here I want to click on “ Enable Editing”
- Then Select entire Column “T & U” convert it in Number with zero decimal
- Then Select entire column “AR” convert it in Number with zero decimal
- Rename Sheet as “ Sheet1”
- Save as file as (.Xlsx) Closed + Todays Date in C:\Users\OneDriv \Office Backup\Daily Update
Receiving from – Dailyupdate@gmail.com
Subject line :- Open Call Report Created Successfully
File Name :- AYS_Open_Call_Report_IN_*.xls – Here “*” start stands for date which is getting change on every day
Folder location :- Inbox
I want to perform following
- Open The file, it prompts for “ The File Format & Extension of “AYS_Open_Call_Report_IN_*.xls” don’t match. The file could be corrupted or unsafe. Unless you Trust its source, Don’t open It. DO you want to Open it anyway?”
- Click on “Yes”
- Then comes Protected View here I want to click on “ Enable Editing”
- Then Select entire Column “T & U” convert it in Number with zero decimal
- Rename Sheet as “ Sheet1”
- Save as file as (.Xlsx) Pending + Todays Date in C:\Users\OneDriv \Office Backup\Daily Update