Hi,
I'm using a Microsoft Access 97 VBA frontend to retrieve records from a Sybase backend which get exported to Excel 2000.
The problem I'm having occurs when I convert the numeric data (on the Sybase end)to be decimal and greater than 15 in width. This prevents me from using some of the built in functions like SUM in the Excel spreadsheet to which the data is automatically exported to, unless I save the output as .cvs.
Is there a way around this, or is it some type of known Excel problem?
Thanks
I'm using a Microsoft Access 97 VBA frontend to retrieve records from a Sybase backend which get exported to Excel 2000.
The problem I'm having occurs when I convert the numeric data (on the Sybase end)to be decimal and greater than 15 in width. This prevents me from using some of the built in functions like SUM in the Excel spreadsheet to which the data is automatically exported to, unless I save the output as .cvs.
Is there a way around this, or is it some type of known Excel problem?
Thanks