Antonis
New Member
- OS Version(s)
- Windows
- Outlook version
- Outlook 365 64 bit
- Email Account
- Exchange Server
Operating system:: Windows
Outlook version: new Outlook
Email type or host: Exchange
Outlook version: new Outlook
Email type or host: Exchange
Hello,
I'm writing a VBA macro in Excel where I need to open an Excel file saved in an Outlook folder, make some modification and then save it.
Here's the last part of my code:
...
Set myFolder = myFolder.Folders("XXX XXX")
Dim myItem As Object
Set myItem = myFolder.Items("YYYYY.xlsx")
Could you please help?
Thank you.
I'm writing a VBA macro in Excel where I need to open an Excel file saved in an Outlook folder, make some modification and then save it.
Here's the last part of my code:
...
Set myFolder = myFolder.Folders("XXX XXX")
Dim myItem As Object
Set myItem = myFolder.Items("YYYYY.xlsx")
Could you please help?
Thank you.