In Excel VBA, I have a piece of code :
...
Dim l_rsTable As Recordset
Dim l_dbDatabase As Database
Dim l_wsWorkSpace As Workspac etc..
When I run the code I get the following error:
"User-defined type not defined"
I believe that I need to 'Add-in' a specific module but which one? I loaded the ODBC already.
Thanks for any help
...
Dim l_rsTable As Recordset
Dim l_dbDatabase As Database
Dim l_wsWorkSpace As Workspac etc..
When I run the code I get the following error:
"User-defined type not defined"
I believe that I need to 'Add-in' a specific module but which one? I loaded the ODBC already.
Thanks for any help