How to find DispIds for excel procedures?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I want to find DispIds of procedures of Excel 2007. I am able to find out for following ************************** MSExcel::AppEvents -------------------------- WorkbookOpen WorkbookBeforePrint SheetChange WorkbookActivate SheetSelectionChange -------------------------- but for MSExcel::DocEvents) SelectionChange I am not able to find out. Please let me know how to find out these DispIds for this. Thanks
SNI