GoodbyeGirl
New Member
- Outlook version
- Outlook 2016 64 bit
- Email Account
- Office 365 Exchange
I’ve been looking online for some VBA code to save a selected Outlook msg, pick a Windows folder on a network drive, and save the .msg file with a new name, in this format: ‘dd.mm.yyyy XX nnnnnnnn XX text text.msg’
The date is always today's date, 'XX' is always variable text, 'nnnnnnnn' is a variable 8 digit number and 'text text' would typically be the same two words. So the end result would be something like ’12.06.2021 AA 10000000 FT new enquiry.msg’
I'm a newbie with VBA so any help would be much appreciated. I've tried some of the sample code shared here, but can't quite get it to do what I need.
The date is always today's date, 'XX' is always variable text, 'nnnnnnnn' is a variable 8 digit number and 'text text' would typically be the same two words. So the end result would be something like ’12.06.2021 AA 10000000 FT new enquiry.msg’
I'm a newbie with VBA so any help would be much appreciated. I've tried some of the sample code shared here, but can't quite get it to do what I need.