I think I wasn't really clear with my terminology, so I'll try again.
I'm trying to use Excel to pull data from the query in my Access db (that query is using the custom function called 'TextSplit' - which by the way works perfectly when its run inside Access). It's Excel that's throwing the error 'Undefined function 'TextSplit' in expression' when I use Excel to pull in the data.
I read somewhere about the Jet engine, vba and ado/dao that for whatever reason can't play nice together. If there's no solution to this I guess I'm going to need that "messy expression" using Mid & InStr that was discussed in one of the earlier posts.
Hope this clears everything up. Thanks!!!
I'm trying to use Excel to pull data from the query in my Access db (that query is using the custom function called 'TextSplit' - which by the way works perfectly when its run inside Access). It's Excel that's throwing the error 'Undefined function 'TextSplit' in expression' when I use Excel to pull in the data.
I read somewhere about the Jet engine, vba and ado/dao that for whatever reason can't play nice together. If there's no solution to this I guess I'm going to need that "messy expression" using Mid & InStr that was discussed in one of the earlier posts.
Hope this clears everything up. Thanks!!!