Hi all, I have a workbook that has quite a lot of automation in it and all works fine n dandy however, if the user causes an error (lets say Runtime Error) then of course the Debug box pops up, but i have protected my code if the user chooses Debug then none of the automation in my workbok works rendering it usless!
Is there any way of bypassing this and allowing my code to act normally?, is the solution perhaps to put On Error Resume Next in every block of code? (hope not!)
i have stopped the user right clicking (i would like to stop keyboard shortcuts too!) but they could still drag a cell which will cause an error or select more than one cell at a time which causes an error....................How can i prevent these things causing a problem with the code i use?
Regards,
Simon
Bookmarks