R
Ross Del Busso
Hello,
After installing an Add-In created by the VS 2005 Shared Add-In template,
Excel takes 15 seconds to start. I've done conserable diagnosis on this and
found that the problem can be recreated by generating an "empty" Shared
Add-In project and add the following lines:
Private itsExcelApplication as Microsoft.Office.Interop.Excel.Application '
as a class varaible
itsExcelApplication = DirectCast(application,
Microsoft.Office.Interop.Excel.Application ' in the OnConnection function.
The first Excel start after logon takes 15 seconds. Subsequent Excel starts
take anywhere from 2 to 15 seconds depending on how long it has been since
the last Excel startup. I have read many posts about com add-ins being
slow, but 15 seconds is a show stopper! Is there any way to speed this up?
Thanks.
Ross
After installing an Add-In created by the VS 2005 Shared Add-In template,
Excel takes 15 seconds to start. I've done conserable diagnosis on this and
found that the problem can be recreated by generating an "empty" Shared
Add-In project and add the following lines:
Private itsExcelApplication as Microsoft.Office.Interop.Excel.Application '
as a class varaible
itsExcelApplication = DirectCast(application,
Microsoft.Office.Interop.Excel.Application ' in the OnConnection function.
The first Excel start after logon takes 15 seconds. Subsequent Excel starts
take anywhere from 2 to 15 seconds depending on how long it has been since
the last Excel startup. I have read many posts about com add-ins being
slow, but 15 seconds is a show stopper! Is there any way to speed this up?
Thanks.
Ross