Thread: custom event
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default custom event

Go back to your original posting and see some methods I posted.


Gord Dibben Excel MVP

On Fri, 16 Dec 2005 11:36:03 -0800, "andriil"
wrote:

Is there any possibility to create a custom event in VBA (excel)?
I'm trying to block a prompt that is shown when I delete a sheet with data
on it. There's no such option in "Options". I could do it via macro, but
there seems to be no "Worksheet_Delete" event or something. May be there is
some possibility to create a custom event?
Thanks in advance for your help!