View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] danmyers01@gmail.com is offline
external usenet poster
 
Posts: 7
Default Limitations to Excel Add-Ins

I have been working on creating an excell add-in. During the first
week or so, I tested the add-in by "adding it" through the ToolsAdd-
ins process. It worked fine then. But since then I have been
building the code in it and just today when I tried to access it using
the ToolsAdd-ins process, I get the error that it is not a valid add-
in. Does anybody have some ideas on what I could have done to make it
not a valid add-in? Are there size limitations, exclusions of certain
subroutines or library references, etc?

I have made some 'empty' add ins just to test, and they loaded fine.

Thanks in advance for any help

Dan