View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Peter Huang Peter Huang is offline
external usenet poster
 
Posts: 115
Default Cannot seem to Cancel EXCEL App Right Click Event using C#

Hi Nick,

Based on my research, we need to specified the attribute as below.
[ClassInterface(ClassInterfaceType.None)]
public class Excel10EventHelper : IExcelAppEvents10, IDisposable

So that we can guarantee that there is no default interface generate for
Excel10EventHelper class.
You may have a try and let me know the result.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.