call an ms function with parameter from excel

  • Thread starter Thread starter ben
  • Start date Start date
Ben,

I am glad I am actually NOT responding to my own posting :)
Anyway, if you create an instance of Excel in Access like this:

dim oExcel as Excel.application

with proper reference library check off, then you can use Excel's built in
functions. You just need to make sure you have the reference like above.

Hope that helps,

Ben
 
Back
Top