Thread: AddIns.Count
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FuzzyLogic FuzzyLogic is offline
external usenet poster
 
Posts: 1
Default AddIns.Count

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.

..

--
Message posted from http://www.ExcelForum.com