-
Notifications
You must be signed in to change notification settings - Fork 2
Home
alainbryden edited this page Sep 5, 2012
·
2 revisions
I wrote these tools over the years as I needed them. They include
- A function for exporting all Excel VBA project files, to facilitate keeping human readable files under source control.
- Code for easily timing VBA functions
- A feature that archives emails in Outlook, like the Gmail feature.
- A feature that exports email attachments and optionally strips them to facilitate compressing and archiving old emails.
Excel Addons can be used by adding "Excel Developer Addons.xla" to your set of included addons in Excel options.
Outlook Addons are added by modifying your Outlook VBA project. Follow the instructions in the Wiki for details.
Original articles accompanying these tools can be found at the following locations:
- http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/A_1220-How-to-make-an-%27Archive%27-button-in-Outlook.html
- http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/A_3562-Export-or-Strip-Email-Attachments-in-Outlook.html
- http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/A_1457-Automate-Exporting-all-Components-in-an-Excel-Project.html
I will take a rough stab at mirroring their contents in this wiki. Click 'Pages' to find them.