View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default What are the events get fired when Excel gets loaded with all shee

What is wrong with the response to your previous posting?

--
__________________________________
HTH

Bob

"Dwipayan Das" wrote in message
...
Hi

i want to know all the events that is fired whn excel gets open with
add-in
and all the sheets.

I want to fire a event on load of a Excel to serach wheather a sheet gets
loaded to a workbook or not and depening on the sheet i will have to fire
a
event.

Can any body tell whn the event might be occur and i am doing in C#.

So please tell the codes in C# only.

Thanks

__Das