View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Rodrigo Ferreira Rodrigo Ferreira is offline
external usenet poster
 
Posts: 17
Default How I know if a file is using a custom addin

I'll try to explain:
I created "RodrigoAddin.xla" with the function called "Test()" (this file
has other functions)
I have other file: Anything.xls and when I open it, I wanto to know if this
XLS use the function "Test()" (or other function from RodrigoAddin.xla)

How can I kwnow if any other file use some function from my custom XLA?

Sorry for my poor english

Rodrigo Ferreira



"Dave Peterson" escreveu na mensagem
...
You mean like a UDF (from a formula in a cell)?

Edit|Links and look.

If you mean subroutines, I think you'll have to look through the code.

Rodrigo Ferreira wrote:

When I open a XLS file, how can I know if this file is using some custom
addin (eg. MyAddin.xla)?

Rodrigo Ferreira


--

Dave Peterson