excelbytes
Active Member
- Joined
- Dec 11, 2014
- Messages
- 296
- Office Version
- 365
- Platform
- Windows
I created VBA code whereby when the user receives a file, it adds a new worksheet, transfers data to that worksheet and creates a table, then saves that file to a specific folder. I have another file that has Power Query steps that will pull the data from all the tables in that folder into one table. Then as new files are added into that folder, I refresh the Power Query table steps and it adds the new file's data to that table. It used to work fine. However, now I get the following error:
[Expression error] The key didn't match any rows in the table
I've confirmed all the new files have the correct worksheet name and table name, and all the headers in the table match. Any suggestions as to what the "key" is referencing?
[Expression error] The key didn't match any rows in the table
I've confirmed all the new files have the correct worksheet name and table name, and all the headers in the table match. Any suggestions as to what the "key" is referencing?