I'm fairly new to VBA, but I have imported Excel files into a tbl using VBA before and it worked. This time I am getting an error that says
Field 'F1' doesn't exist in destination table 'tblWhatever'
Can anyone point me in the right direction? I have already spent a lot of time re-checking the calling parameters, Excel file and table design many times over.
Thanks so much!
Field 'F1' doesn't exist in destination table 'tblWhatever'
Can anyone point me in the right direction? I have already spent a lot of time re-checking the calling parameters, Excel file and table design many times over.
Thanks so much!
Comment