Uncheck the Microsoft Outlook object library and change the code to late binding. In this case
Code:
Dim oOutlookApp As Object
There will undoubtedly be other lines that need changing and calls to Outlook specific commands will have to be replaced by their numeric equivalents, but it should make the macro less reliant on Office versions.