View Single Post
  #2 (permalink)  
Old 01-13-2009, 10:09 AM
rmurphy rmurphy is online now
Super Moderator
 
Join Date: Aug 2007
Posts: 305
Default

In your code you are reading in C:\cash.sod, and attempting to write out an XLS 97 file to C:\cash.sod which is the same file you read. Change the file extension of you output file to be xls instead of sod.

Rob
Reply With Quote