M
Matthew Wieder
I have developed an Excel "Automation Add-In" uaing C# that implements the
IDTExtensibility2 interface. I have found that the "OnConnection" method
does not fire when Excel is opened, but rather, when either the user goes to
add a UDF to a blank sheet, or a sheet with a UDF is executed. Since I add a
command bar/button to Excel during my OnConnection method, it is important
that this happens when Excel opens. How can I force OnConnection in my Ad-In
to fire on Excel open?
IDTExtensibility2 interface. I have found that the "OnConnection" method
does not fire when Excel is opened, but rather, when either the user goes to
add a UDF to a blank sheet, or a sheet with a UDF is executed. Since I add a
command bar/button to Excel during my OnConnection method, it is important
that this happens when Excel opens. How can I force OnConnection in my Ad-In
to fire on Excel open?