I have an Add-in which needs to call a Sub for each workbook opened.
The problem is that it's only called up when Excel starts on the first instance.
If I open or start Excel again (while the first is open), it doesn't trigger the Workbook_Open event.
Is there something else which will work?