- AuthorPosts
- February 17, 2013 at 7:58 am #10842DavidParticipant
I wish to call Emeditor command line in Excel VBA. Now I encountered a problem and wish to get your help. Thanks in advance.
I have a CSV file which is saved by Excel.
1) The seperator for the data is Tab-seperator;
2) Its encoding is UTF-16LE with BOM.I want to replace Tab-seperator with ; and then save the file as UTF-8 with BOM.
I try this command line under CMD status. No error appear but nothing happen.May I trouble you help me? I don’t know how to upload file in this forum!
E:ToolEmEditorEmEditor.exe d:BOM.csv /fc t /rw ; /cp 65537 /cps 65001 /ss+ /sa d:BOM2.csv :-(
February 17, 2013 at 7:37 pm #10843Yutaka EmuraKeymasterHello David,
The command line is not for this kind of task. Please use EmEditor user interface, or an EmEditor macro to do this task. You can call an EmEditor macro from a command line, too.
Thanks!
February 18, 2013 at 9:22 am #10844DavidParticipantHello,Yutaka – san,
Thank you very much!
- AuthorPosts
- You must be logged in to reply to this topic.