Thread: excel addin
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default excel addin

See http://msmvps.com/blogs/xldynamic/ar...stom-udfs.aspx

--
__________________________________
HTH

Bob

"ohthomas" wrote in message
...
I have created a suite of excel functions that I converted into an addin.
The functions are now available whenever I open excel, but the excell 2007
function name autofill no longer works for these functions. It did work
when
I imported the modules manually into the VB editor. I suppose this is
some
issue with the functions being listed a different VBAProject than the one
I
currently working on. Is there some way to fix or get around this issue?