View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael D. Reed Michael D. Reed is offline
external usenet poster
 
Posts: 8
Default Excel Automation Add-In does not show up in Function Dialog box.

I have built a Excel Automation Add-In that provides in cell functions. When
I use it on the computer with the development environment it works fine. I
can load it as an Automation Add-In and insert it into a cell using the
insert function. How ever when I move it to a computer with just office
w/Excel it can load it like an Automated Add-In. However, the name of the
add-in or the functions name do not show up in the function list. This is
built in VB.Net 2.0 and VSTO. I have installed both the VSTO runtime and the
PIAs (Primary Interop Assemblies) on to the target computer. The add-in I
properly registered. I have tried it with both a signed and unsigned
assembly. Any ideas on what else to do or where to look?
--
Mike Reed