Hello
Apologies if this is already answered somewhere. I have found masses of articles around the subject but was not able to find one that solves my problem.
I have an Excel macro enabled template that uses automation to open Word and Outlook objects. My client uses a mixture of Office 2010 and Office 2013. The template has been written and compiled in Office 2010 and works fine in both versions. However once a workbook is created or modified in Office 2013 it no longer works in Office 2010. I can see loads of people have the same problem and it is usually solved by using late binding.
I've changed everything to use late binding but now find that I can't use WithEvents in the object declarations.
So now I'm stuck. Is there a way of fixing broken references programmatically if a workbook is opened in 2010 after being saved in 2013? Or is there a way of attaching events after objects have been declared?
Can anyone help please?
Thanks
Celia