AddIns.Count

F

FuzzyLogic

I want to register my AddIn on go while my other components are bein
installed on client machine.

but I m facing problem in executing the statement

call objExcel.AddIns.Add ( "Application Path")

Second thing: when I take count of AddIns through debug environment o
Excel VBA Editor it gives the exact count of AddIns installed.

But When I want the check the count of AddIns installed through V
editor/ application it only gives 7 all the times.


Any suggestion will be appreciated.

..
 
Top