Graham Charlton
New Member
- Joined
- Jul 27, 2011
- Messages
- 5
I am creating workbook containing VBA procedures which will be distributed to many users on different sites. I have password protected the code to prevent people seeing/altering/stealing it but this is causing me problems supporting the workbook. I have covered foreseeable errors with appropriate error trapping but occasionally errors occur related to the users local environment etc that I cannot predict when writing the code.
I there any way that when an error occurs that the offending row of code can be displayed in a message box so that I can identify the cause of the error without having to give the user access to my code.
Thanks
Graham
I there any way that when an error occurs that the offending row of code can be displayed in a message box so that I can identify the cause of the error without having to give the user access to my code.
Thanks
Graham