I continue to receive a runtime error 1004 when I attempt to use the celing function in Access. I have created a module which looks like the following:
Public Function MyCeiling(inputval As Double, roundval As Double) As Double
MyCeiling = Excel.WorksheetFunction.Ceiling(inputval...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.