View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Tabor Tim Tabor is offline
external usenet poster
 
Posts: 5
Default Excell 2003 - COM Add-in - Tools | Add-Ins

I've written an Excel add-in in Visual C++ that performs as expected. But
it doesn't appear in the Add-Ins dialog, and when I click [Browse] and
select the dll, I'm told it is "is not a valid add-in". I've registered the
following values: CommandLineSafe, Description, FriendlyName, and
LoadBehavior.

Any ideas?

Thank you.

Tim