excel_user_a
New Member
- Joined
- Mar 15, 2011
- Messages
- 3
I am using Office 2007 Excel and have been trying to determine the convention for linking an xlam library to an xlsm application.
Suppose a.xlsm references b.xlam. Furthermore suppose we have 3 directories in our share: Xdir, Ydir and Zdir. Suppose a is in Ydir.
Now let's imagine a two scenarios:
1. two copies of b: Xdir\b and Ydir\b. Which does a reference?
2. two copies of b: Ydir\b and Zdir\b. Which does a reference?
If linkage is "local first" then both 1 + 2 link a to Ydir\b.
If linkage is "alphabetic sorted path first", then 1 + 2 have different answers (Xdir\b and Ydir\b respectively). Our observations have been that this is actually the case. However we wish to verify this with someone - it seems incredible.
thanks
Evan
Suppose a.xlsm references b.xlam. Furthermore suppose we have 3 directories in our share: Xdir, Ydir and Zdir. Suppose a is in Ydir.
Now let's imagine a two scenarios:
1. two copies of b: Xdir\b and Ydir\b. Which does a reference?
2. two copies of b: Ydir\b and Zdir\b. Which does a reference?
If linkage is "local first" then both 1 + 2 link a to Ydir\b.
If linkage is "alphabetic sorted path first", then 1 + 2 have different answers (Xdir\b and Ydir\b respectively). Our observations have been that this is actually the case. However we wish to verify this with someone - it seems incredible.
thanks
Evan