Hello all you genius MS access users!
I am trying to get this simple code to work, I just wanted to import my "Kunden" table from a XLSX excel file with the following code:
DoCmd.TransferSpreadsheet acImport, Kunden, "e:\pizza program\kunden.xlsx", True
But i seem to be getting this runtime error 3170. Ive looked around on google, I saw some people mentioning that maybe dll files need registering?
Any comments would be awesome! Thanks
I am trying to get this simple code to work, I just wanted to import my "Kunden" table from a XLSX excel file with the following code:
DoCmd.TransferSpreadsheet acImport, Kunden, "e:\pizza program\kunden.xlsx", True
But i seem to be getting this runtime error 3170. Ive looked around on google, I saw some people mentioning that maybe dll files need registering?
Any comments would be awesome! Thanks
