View Full Version : Add-In (Toolbar) disappears after OnStartupComplete error


Raph
02-10-2006, 03:25 PM
I have created a toolbar for Excel. It worked fine, but then I got an error
in the OnStartupComplete method. I've uninstalled/reinstalled and for some
reason, the toolbar never comes back! I know I ran into this issue, and there
is some work around for this. Anyone familiar with it?

Ishai Sagi
02-11-2006, 10:28 AM
under the help menu in excel , click about, and there should be a
button for "disabled addins" there. you can tell excel to allow that
addin to continue running there

Raph
02-13-2006, 02:11 PM
I'm using Excel 2003. I don't see anything like that. But from what I
recall,getting an exception during the OnStartUpComplete method, somehow
excel registers the dll as being unsafe.

"Ishai Sagi" wrote:

> under the help menu in excel , click about, and there should be a
> button for "disabled addins" there. you can tell excel to allow that
> addin to continue running there
>
>

Ishai Sagi
02-14-2006, 09:15 AM
excel 2003 -
Help > About Microsoft Excel > Disabled Items (button on the bottom)


Raph wrote:
> I'm using Excel 2003. I don't see anything like that. But from what I
> recall,getting an exception during the OnStartUpComplete method, somehow
> excel registers the dll as being unsafe.
>
> "Ishai Sagi" wrote:
>
> > under the help menu in excel , click about, and there should be a
> > button for "disabled addins" there. you can tell excel to allow that
> > addin to continue running there
> >
> >

Raph
02-14-2006, 02:01 PM
Perfect!! Thanks! That worked.


"Ishai Sagi" wrote:

> excel 2003 -
> Help > About Microsoft Excel > Disabled Items (button on the bottom)
>
>
> Raph wrote:
> > I'm using Excel 2003. I don't see anything like that. But from what I
> > recall,getting an exception during the OnStartUpComplete method, somehow
> > excel registers the dll as being unsafe.
> >
> > "Ishai Sagi" wrote:
> >
> > > under the help menu in excel , click about, and there should be a
> > > button for "disabled addins" there. you can tell excel to allow that
> > > addin to continue running there
> > >
> > >
>
>