Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default HOW TO: CONVERT CSV DELIMITED FILES TO XLS

I think your problem arises from your open function - try using the
following statement for opening your file :

Workbooks.OpenText Filename:=stCSVFile, DataType:=xlDelimited,
Comma:=True,_ Space:=False, Other:=False

Can then save this as a normal xls file.

Kind Regards

Stephen
Investment Operations
State Street
Edinburgh

"BHARATH RAJAMANI" wrote in message ...
Can someone guide me how to write a macro that Loops through 'N' .CSV files
in a desktop folder and saves them as .XLS files. It is important to
recognize the comma delimiter and throw the comma-separated individual values
in different cells. If I use a normalExcel fileproperty then my xls file has
all values in column A only.


TIA

Regards,

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default HOW TO: CONVERT CSV DELIMITED FILES TO XLS

Superb!! thank you so much Stephen & Tom.


"Stephen Wortley" wrote:

I think your problem arises from your open function - try using the
following statement for opening your file :

Workbooks.OpenText Filename:=stCSVFile, DataType:=xlDelimited,
Comma:=True,_ Space:=False, Other:=False

Can then save this as a normal xls file.

Kind Regards

Stephen
Investment Operations
State Street
Edinburgh

"BHARATH RAJAMANI" wrote in message ...
Can someone guide me how to write a macro that Loops through 'N' .CSV files
in a desktop folder and saves them as .XLS files. It is important to
recognize the comma delimiter and throw the comma-separated individual values
in different cells. If I use a normalExcel fileproperty then my xls file has
all values in column A only.


TIA

Regards,


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
space delimited files now tab delimited Sunny Scripter Excel Discussion (Misc queries) 0 March 31st 08 12:39 AM
How can I convert tab delimited files to pipe delimited? Jeremy Town Excel Discussion (Misc queries) 2 November 15th 07 04:29 PM
How do I import/convert tab delimited text files into Excel? jim Excel Worksheet Functions 10 May 3rd 05 10:46 PM
tab delimited files Brad Excel Worksheet Functions 3 January 21st 05 05:27 PM
HOW TO: CONVERT CSV DELIMITED FILES TO XLS Tom Ogilvy Excel Programming 5 September 16th 04 12:48 PM


All times are GMT +1. The time now is 04:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"