View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tetsuya Oguma[_4_] Tetsuya Oguma[_4_] is offline
external usenet poster
 
Posts: 19
Default How to determine which function is loaded

Hi all,

I have this naggling question.

I have 2 Add-Ins, Proj1 and Proj2, that have the same-named function, say,
MyFunc, each.

1. How do I know which MyFunc is first called, Proj1's or Proj2's? In VBE,
go to Tool|references, you could decide precedence and is there something
similar to this? Does Add-in function get called in an alphabetical order? In
other words, Project A gets called earlier than Project B given both has an
identically named function?
2. What formula to write to call Proj1's MyFunc specifically in Excel cell?

Cheers,
---
Tetsuya Oguma, Singapore