-
Open ---- Files
I have a VB6 program that uses the Open statement to create a file and write text in it and then close. I open it as a .csv (saves as an Excel.csv) and thru the years it has worked fine. Now along comes office 2010 and the file gets created and saved properly however the data is now double spaced in the Excel.csv file. In other words there is now a empty row between the lines of data. Since the old one was Excel 2003 and the new one is Excel 2010 I was wondering if there is some place in the Excel 2010 setup that this gets set to "double space"? I've looked but can't find anything.
My code looks like this:
iFileNum = FreeFile
Open "P the path to put the file).csv" For Output As iFileNum
Print #iFileNum, "(the stuff to print in the file"
Print #iFileNum, "(more stuff to print in the file"
Print #iFileNum, "(more stuff to print in the file"
Similar Threads
-
By Crossfyre in forum VB Classic
Replies: 1
Last Post: 11-30-2005, 03:00 AM
-
By Mansoor in forum Enterprise
Replies: 2
Last Post: 09-10-2002, 10:38 PM
-
Replies: 9
Last Post: 06-28-2001, 11:36 AM
-
By Mark Alexander Bertenshaw in forum Talk to the Editors
Replies: 20
Last Post: 07-25-2000, 12:01 PM
-
By Wayne in forum VB Classic
Replies: 1
Last Post: 06-07-2000, 05:40 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks