PC Review


Reply
Thread Tools Rate Thread

saveas (;) seperated csv file [Problem]

 
 
Murat Demir Hekimošlu
Guest
Posts: n/a
 
      19th Jul 2005
Hello all

I have a problem saving an Excel File ( seperated csv file instead of (,)
seperated file. I am using VBA macro below. Does anyone have a sloution for
that problem.

ActiveWorkbook.Worksheets("Sheet1").SaveAs Filename:= _
pName, FileFormat:=xlCSV, _
CreateBackup:=False

thanx all.

--
Have a nice day!
Murat Demir Hekimošlu
+90 542 312 2224


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      19th Jul 2005
If you have a local version of Excel that uses , as a separator, doesn't it
automatically save CSV files with ;?

--
HTH

Bob Phillips

"Murat Demir Hekimošlu" <(E-Mail Removed)> wrote in message
news:One$g%(E-Mail Removed)...
> Hello all
>
> I have a problem saving an Excel File ( seperated csv file instead of

(,)
> seperated file. I am using VBA macro below. Does anyone have a sloution

for
> that problem.
>
> ActiveWorkbook.Worksheets("Sheet1").SaveAs Filename:= _
> pName, FileFormat:=xlCSV, _
> CreateBackup:=False
>
> thanx all.
>
> --
> Have a nice day!
> Murat Demir Hekimošlu
> +90 542 312 2224
>
>



 
Reply With Quote
 
Earl Kiosterud
Guest
Posts: n/a
 
      19th Jul 2005
Murat,

You may need to change the list separator character in Windows Regional
Settings (Control Panel). Failing that, try the Text Write Program at
www.smokeylake.com.
--
Earl Kiosterud
www.smokeylake.com

"Murat Demir Hekimošlu" <(E-Mail Removed)> wrote in message
news:One$g%(E-Mail Removed)...
> Hello all
>
> I have a problem saving an Excel File ( seperated csv file instead of
> (,)
> seperated file. I am using VBA macro below. Does anyone have a sloution
> for
> that problem.
>
> ActiveWorkbook.Worksheets("Sheet1").SaveAs Filename:= _
> pName, FileFormat:=xlCSV, _
> CreateBackup:=False
>
> thanx all.
>
> --
> Have a nice day!
> Murat Demir Hekimošlu
> +90 542 312 2224
>
>



 
Reply With Quote
 
Murat Demir HEKIMOGLU
Guest
Posts: n/a
 
      20th Jul 2005
Hi

I think this problem is because of regional setings but the I couldnt find
the seperator settings. Excel dont save ( as a deafult seperator. Instead
it uses local seperator settings. So I wrote a little function that makes
the conversion with the ( and then save the file as csv. I think that is
the only solution.....

Have a nice day!
Murat


"Bob Phillips" <(E-Mail Removed)> wrote in message
news:et7J$(E-Mail Removed)...
> If you have a local version of Excel that uses , as a separator, doesn't
> it
> automatically save CSV files with ;?
>
> --
> HTH
>
> Bob Phillips
>
> "Murat Demir Hekimošlu" <(E-Mail Removed)> wrote in message
> news:One$g%(E-Mail Removed)...
>> Hello all
>>
>> I have a problem saving an Excel File ( seperated csv file instead of

> (,)
>> seperated file. I am using VBA macro below. Does anyone have a sloution

> for
>> that problem.
>>
>> ActiveWorkbook.Worksheets("Sheet1").SaveAs Filename:= _
>> pName, FileFormat:=xlCSV, _
>> CreateBackup:=False
>>
>> thanx all.
>>
>> --
>> Have a nice day!
>> Murat Demir Hekimošlu
>> +90 542 312 2224
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comma Seperated File =?Utf-8?B?UmljYXJkbzAzMDM=?= Microsoft Excel Worksheet Functions 2 10th Apr 2007 05:45 PM
comma seperated file import =?Utf-8?B?VGhlIHN1bg==?= Microsoft Excel Misc 0 10th Jan 2007 07:37 AM
Problem moving/deleting file after SaveAs() Dylan Parry Microsoft C# .NET 5 10th May 2006 03:00 PM
How do I change *.CSV excel file to column seperated file? =?Utf-8?B?UGFua2Fq?= Microsoft Excel Misc 2 5th Jul 2005 08:35 PM
Help with saveas ftp file problem jmoffat Microsoft Excel Programming 3 13th Jun 2005 04:19 PM


Features
 

Advertising
 

Newsgroups
 


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