Thanks Mike!
Can you point me to any documentation on how to do this or better yet
some key words of what it's called so I can DAGS it?
I need to master how to pass parameters back and forth so I don't have to
write 30 different funtions for each variation of the query they want,
hahahaha.
Thanks,
Bernie
> You can do this with a custom function; prepare the code, save it as an
> XLA, load the add-in on the user's computer, then it's available for
[quoted text clipped - 43 lines]
> Regards
> Mike
Mikeopolo - 29 Mar 2006 01:09 GMT
Hi, not sure about documentation, and I can't remember how I latched o
to my first example, but I did a search on Google, for example yo
could use oConn.Open as your search term, although I didn't kno
anything like that at the time.
The custom function only does one process per function, so I've create
a number of functions all using different SQL statements to retur
different things. They all need different parameters.
They are however all in the one XLA file.
Regards
Mik