officework13
Technical User
I would like to use the excel functions in access. i have had some luck with referencing MS excel 9.0 library and using a module.
however there are a couple of fxns in excel that do not work.
Public Function ExcelDAY(serial_number As Double) As Double
ExcelDAY = Excel.WorksheetFunction.Day(serial_number)
End Function
this function which is to pick what day of the week from a date does not work. as well the fxn WEEKNUM does not work.
any assistance would be appreciated.
is there a simple way to access all the excel files when doing a query through the expression builder. or do you have to do each one individually through a module.
as well are all the functions in my present excel functions list available through this way or only those listed on the object browser "worksheet functions"
however there are a couple of fxns in excel that do not work.
Public Function ExcelDAY(serial_number As Double) As Double
ExcelDAY = Excel.WorksheetFunction.Day(serial_number)
End Function
this function which is to pick what day of the week from a date does not work. as well the fxn WEEKNUM does not work.
any assistance would be appreciated.
is there a simple way to access all the excel files when doing a query through the expression builder. or do you have to do each one individually through a module.
as well are all the functions in my present excel functions list available through this way or only those listed on the object browser "worksheet functions"