If anyone can assist with this problem, I will be very grateful. I am unable to get the XIRR function to run from an Access report. Here are the particulars:
Dim objExcel As Excel.Application (did this, of course)
When the report is opened, this code executes without error:
Set objExcel...