Thread: debug
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default debug

Hi
best way: Prevent such errors in your code. Also lock/protect your code

--
Regards
Frank Kabel
Frankfurt, Germany

"John" schrieb im Newsbeitrag
...
Is it possible to not give the user the option of clicking debug when

they
enter an error eg putting a char in a int field? I don't want the

users to be
able to access the code in any manner. By the way, I am using a form

with
excel.
Thanks in advance for the great help