Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to find out what takes precedence if you have two
different function with the same name that live in different xla's/ xll's. From the testing I have done, the following seems to happen If I have a function called myfunc in myxla1.xla and another function also called myfunc in myxla2.xla. If I then type "=myfunc" in a cell, the function it uses will be which ever xla was loaded first. If I have a function called myfunc in myxla1.xla and another function also called myfunc in myxll.xll. If I then type "=myfunc" in a cell, it always uses the function in myxll.xll, regardless of which order the xla and xll were loaded. Although I have done this testing, I would like some concrete proof of what should happen in these conditions, can anyone please help? Before anyone says, I know it is far from ideal to have two different functions with the same name available at the same time but without going into the detail, my company has ended up in this situation where my company bought over another company and both have there own menus, one being and xla and the other an xll. Thanks in advance for any help you can give. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
location for XLA's that I can easily get to | Excel Programming | |||
.XLA's Code Not Available? | Excel Programming | |||
I want to cylce through all the open .xla's as well as the .xls' | Excel Programming | |||
Why do functions not allow commas to seperate arguments | Excel Worksheet Functions | |||
Saving variables in XLA's | Excel Programming |