Unfortunately I don't think that I can because the program contains proprietary information. To your comment above, it always breaks on the same line of code, which is the frmspread.importExcellBook(), but the log file doesn't always choke in the same place of the file. The code looks like this:
bOK = mospread.ImportExcelBook(sExcelFileName, _
"D:\Logfile.txt")
very simple call...and the output file looks like this:
===== FarPoint Technologies, Inc =====
===== Begin of Excel Workbook General Load =====
8/24/2010 - 11:27
Col Row Information
___ ___ ___________
Import Excel File: D:\E20-II\MPS10\CODE\CAR_MPS_Predictor_July10.xls
===== End of Excel Workbook General Load =====
===== Begin of Excel Sheet Load =====
Import Sheet: -1
0 0 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
0 0 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
22 3 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
- - 127:Spread recognizes this format token, but does not support it. Excel token = @
13 6 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
13 6 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
13 6 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
14 6 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 8 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
7 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
7 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
7 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
17 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
21 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
26 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
26 9 134:Import encountered a function or formula in the Excel file; a float cell has been created in Spread.
not sure what else I can give that would be of much help, but I will check to see if I can send the application and the spreadsheet that it uses.