Ichinisan
Lifer
Should this go here in the Programming sub-forum? ...or should it go in Software for Windows?
As a favor for someone, I want to make a custom Save-As button that saves in the MSG format by default instead of saving as HTML.
https://msdn.microsoft.com/en-us/library/aa210279(v=office.11).aspx
I don't think I've ever done anything with VBA, but I've worked a little bit with VB6 a long, long time ago.
What's the first step? I could take some of the example code from that article and change the type from from "olTXT" to "olMSG" -- do I save that as a .VBA file or a .VBS file? How do I then register that as a command button or menu item in Outlook 2007?
Gonna start poking around and I'll check back here shortly...
As a favor for someone, I want to make a custom Save-As button that saves in the MSG format by default instead of saving as HTML.
https://msdn.microsoft.com/en-us/library/aa210279(v=office.11).aspx
I don't think I've ever done anything with VBA, but I've worked a little bit with VB6 a long, long time ago.
What's the first step? I could take some of the example code from that article and change the type from from "olTXT" to "olMSG" -- do I save that as a .VBA file or a .VBS file? How do I then register that as a command button or menu item in Outlook 2007?
Gonna start poking around and I'll check back here shortly...