Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need support to create a macro. I have very little skill on VB for Excel.
I have a two columns sheet. I need to export it to a file (selected by user by save as dialog) with the following format: 0xFFFE UTF-8(cell(1,1).Value) 0x2028 UTF-8(cell(1.2).Value) 0x2029 UTF-8(cell(2,1).Value) 0x2028 UTF-8(cell(2.2).Value) 0x2029 .... UTF-8(cell(last,1).Value) 0x2028 UTF-8(cell(last.2).Value) 0x2029 0xFFFF Any help appreciated. Dario de Judicibus |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export CSV dash is \226 (unicode) | New Users to Excel | |||
How to get Excel to correctly display imported UTF8-encoded data ? | Excel Worksheet Functions | |||
Opening UTF8-encoded CSV file (Excel 2004 for Mac) | Excel Discussion (Misc queries) | |||
How can I transfer a Utf8 file from word to excel? | Excel Discussion (Misc queries) | |||
Saving sheet as a UTF8 file | Excel Programming |