Good day,
I am transfering data to an Excel workbook and need to do several Statistical analysis with the data. I need to declare the library and activate it.
I am not sure how the start it in code so that I can run a desciptive analysis in Excel for Access.
The Run function I need to do as created while running a macro in Excel is as follow.
Application.Run "ATPVBAEN.XLA!Descr", ActiveSheet.Range("d3:d1876"), ActiveSheet.Range("$H$63"), "C", False, True
Would appreciate help with the Dim statement and anythiing else that will allow me to complete the above statement.
Thanks.
Hennie
I am transfering data to an Excel workbook and need to do several Statistical analysis with the data. I need to declare the library and activate it.
I am not sure how the start it in code so that I can run a desciptive analysis in Excel for Access.
The Run function I need to do as created while running a macro in Excel is as follow.
Application.Run "ATPVBAEN.XLA!Descr", ActiveSheet.Range("d3:d1876"), ActiveSheet.Range("$H$63"), "C", False, True
Would appreciate help with the Dim statement and anythiing else that will allow me to complete the above statement.
Thanks.
Hennie