MikeDutcher
Technical User
I have an Excel workbook in which I have written several VBA functions, such as, AnnuityCertain(Term,Interest) which receives a term (e.g. 5 years) and an interest rate (e.g.7%) and returns the annuity certain (e.g. 4.39).
I want to be able to use this function from an Access database.
I could just copy the VBA code from Excel to Access, but that doesn't seem very elegant. Further, any future revisions to AnnuityCertain would have to be done in both places.
It seems like it should be easy to have Access use the VBA function out of Excel.
Is it? & if so, how do I do it?
I want to be able to use this function from an Access database.
I could just copy the VBA code from Excel to Access, but that doesn't seem very elegant. Further, any future revisions to AnnuityCertain would have to be done in both places.
It seems like it should be easy to have Access use the VBA function out of Excel.
Is it? & if so, how do I do it?