Darren Bartrup
Well-known Member
- Joined
- Mar 13, 2006
- Messages
- 1,297
- Office Version
- 365
- Platform
- Windows
I've built a UDF which I saved as an add-in and distributed.
I've now noticed that when a workbook is opened by another user the function shows as:
They are using the add-in as well and I was kind of hoping it would reference their copy, rather than try and reference mine.
Am I doing something wrong, or does the UDF need to be contained within the workbook?
I've now noticed that when a workbook is opened by another user the function shows as:
Code:
='C:\Documents and Settings\darren.bartrup\Application Data\Microsoft\AddIns\AddressSplitter.xla'!SplitAddress(F11,,,,,TRUE)
They are using the add-in as well and I was kind of hoping it would reference their copy, rather than try and reference mine.
Am I doing something wrong, or does the UDF need to be contained within the workbook?