D
Dario de Judicibus
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
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