How can I (using VBA) detect whether or not a workbook_open macro exists in a workbook?
I've "guessed" at ...
... but that doesn't seem to work (error 9 - subscript out of range).![]()
ThisWorkbook.VBProject.VBComponents("Workbook_Open").Name
Can anyone help?
Thanks in advance.
Bookmarks