Is it possible to capture the Workbook_Close event for any open workbook, or does the code have to be explicitly written on a per workbook basis?
For instance, I'd like to run some code after this manner, from the Personal.xls/personal.xlsb file:
Is that possible at all? Or if I'm not clarifying the question enough, let me know.
Thanks.
For instance, I'd like to run some code after this manner, from the Personal.xls/personal.xlsb file:
Code:
Sub AnyWorkbookClose()
'Run some checks on the closing workbook
End Sub
Is that possible at all? Or if I'm not clarifying the question enough, let me know.
Thanks.