G
Guest
Microsofts article 198571, Example 2 shows how to call the Excel Chi-Squared function. I attached this code to a command button, works great. I have tables in a one-to-many relationship and want to reference the field vs hard coding numbers. Any thoughts? Thanks in advance
Example 2 code adjusted for Access 200
Sub xlMedian(
Dim objExcel As Excel. Application
Set objExcel = CreateObject("Excel.Application"
MstBox objExcel.Application.WorksheetFunction.ChiInv(0.05, 10
objExcel.Qui
Set objExcel = Nothin
End Sub
Example 2 code adjusted for Access 200
Sub xlMedian(
Dim objExcel As Excel. Application
Set objExcel = CreateObject("Excel.Application"
MstBox objExcel.Application.WorksheetFunction.ChiInv(0.05, 10
objExcel.Qui
Set objExcel = Nothin
End Sub