Im using Excel 2003 with VBA to extract data from one spreadsheet to another. This has been working great for sometime now using DAO and applying an SQL routine.
The problem I have now is that the spreadsheet Im copying from now contains a string in a cell that is quite large (potentially 32,000 characters - Excel cell limitation). The resulting DAO recordset from the SQL seems to ignore characters beyond 1,016 chars (clips the original string).
Where can I find out about the limitations of a DAO recordset, eg storage space, and also is there a way to increase the available string length in a specific DAO recordset field ?
If you need me to post an extract of the code here please ask.
Any help is greatly appreciated.
The problem I have now is that the spreadsheet Im copying from now contains a string in a cell that is quite large (potentially 32,000 characters - Excel cell limitation). The resulting DAO recordset from the SQL seems to ignore characters beyond 1,016 chars (clips the original string).
Where can I find out about the limitations of a DAO recordset, eg storage space, and also is there a way to increase the available string length in a specific DAO recordset field ?
If you need me to post an extract of the code here please ask.
Any help is greatly appreciated.