Excel custom toolbar / DSOFramer

Z

Zachary Turner

I've written an Add-in for MS Excel, part of which involves our own
custom toolbar with two buttons. When I open up Excel, I get a dialog
box saying our product is loading, and after the dialog box goes away
our toolbar items our enabled, as they should be.


Then, I put a DSOFramer object into a VB test application, opened up an
excel worksheet, and again I get our dialog box popping up saying our
add-in is loading, and when they go away our toolbar items are disabled.

I think this has something to do with the way ActiveX works behind the
scenes, but I'm not sure. I'd like to know how Excel decides whether or
not to enable custom add-in toolbar buttons. Then perhaps I can track
down the problem better.

Thanks

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top