View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Add-In needs to create CommandBar

The OnCoplnnection event fires when the addin loads, regardelss of whether
it is manually loaded, or loaded at startup, OnStartupComplete only fires if
loaded at startup, so it must be the OnCoinnection event that you want.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"lucp " wrote in message
...
Bob Phillips wrote:
*Have you tried OnStartupComplete?
*


I did, and this is not fired when the user ticks the Add-In in Excel.


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