ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   HOW TO: CONVERT CSV DELIMITED FILES TO XLS (https://www.excelbanter.com/excel-programming/310140-re-how-convert-csv-delimited-files-xls.html)

Stephen Wortley

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,


Bharath Rajamani

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,




All times are GMT +1. The time now is 02:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com