Thread
:
opening sod in xls format.
View Single Post
#
2
(
permalink
)
01-13-2009, 10:09 AM
rmurphy
Super Moderator
Join Date: Aug 2007
Posts: 305
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
rmurphy
View Public Profile
Find all posts by rmurphy