AddinModule_AddinStartupComplete event takes more time to execute

Add-in Express™ Support Service
That's what is more important than anything else

AddinModule_AddinStartupComplete event takes more time to execute
Timespan AddinModule_AddinInitialize AddinModule_AddinStartupComplete 
Hemang Maradiya




Posts: 4
Joined: 2008-02-18
I have used Add-In express with C# to develop ADD-In on MS-Excel in my projects

When I am opening Excel it takes long time. I found that timespan between AddinModule_AddinInitialize event finish and AddinModule_AddinStartupComplete event start is too high.

When first time excel open timespan is 3 second between first event (AddinModule_AddinInitialize )finish and second event start(AddinModule_AddinStartupComplete) and next time timspan is 0.70 second.

Can you please help for the same?

Thanks in advance,

Hemang

Posted 18 Feb, 2008 06:44:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Hemang.

This time is needed to install controls in Excel. I am afraid we can't do anything here.
Posted 18 Feb, 2008 09:50:03 Top