I have a number of Access functions that I have created for an Access application I am working on. Is it possible to use those functions in an Excel spread sheet? For example, I would like to enter a value in cell A1 and have that value passed as a parameter to my UDF and have the UDF return value appear in cell B1.

The extension of this is if the UDF requires more than one parameter, have have each parameter in a seperate cell say A1, A4 and A6 and have the UDF return value appear in cell B1.

Thanks for the help