We have a process where external files (usually word docs) are embedded into Excel worksheets. I want to be able to detect when such object is inserted. My current thought would be to count OLEObjects before and after some change, but Workbook_SheetChange isn't triggered by inserting an object. Does anyone know if there is any other event I could use?
Thanks in advance.
Thanks in advance.