N
Nick via AccessMonster.com
Hello,
I'm having a problem with the TransferSpreadsheet method in VBA. In my code,
I create a table at run-time, fill the table data, then export the table to
an Excel spreadsheet. This all worked fine until about an hour ago, when I
changed the exported table from having 12 fields to having 29 fields. Now, I
always get error 3190, "Too many fields".
My worry is that the TransferSpreadsheet will only support a certain number
of fields, and I am over that limit. Could this be the problem?
Otherwise, could anyone give any possible solutions?
TIA,
Nick
I'm having a problem with the TransferSpreadsheet method in VBA. In my code,
I create a table at run-time, fill the table data, then export the table to
an Excel spreadsheet. This all worked fine until about an hour ago, when I
changed the exported table from having 12 fields to having 29 fields. Now, I
always get error 3190, "Too many fields".
My worry is that the TransferSpreadsheet will only support a certain number
of fields, and I am over that limit. Could this be the problem?
Otherwise, could anyone give any possible solutions?
TIA,
Nick