View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerome LT Jerome LT is offline
external usenet poster
 
Posts: 2
Default how to prevent user to interrupt macro

As I have a macro manipulating hidden worksheets, I do not
want any user to being able to interrupt the macro, in
order to get access to the hidden worksheets.
Which code will prevent any interruption from the user?
i try to use ON ERROR but it dosen't work

thks in advance

jerome