I am trying to practice transferring data between Access 2013 and Excel 2013.
I have the following code:
Sub Test04()
‘Line below copied from VBA 2007 Programming Bible
Dim AppExcel As Excel.Application
End Sub
Whenever I try to compile it I get an error saying “User defined type not defined”
What do I need to add to my file to get it to accept this declaration?
Thanks in advance