Michael,Originally Posted by MrRhodes2004
No, I don't get an error with your original code.
I would probably handle an unexpected error in the same way you did, however, this is not really an unexpected error, it's an easily anticipated one that can (and should) be catered for...
Another way to cater for it - seeing the code is intended for a 'once-only' use - would be to have the procedure delete itself after deleting the Workbook_Open procedure.
Regards,
John





Reply With Quote