Saving sheet as a UTF8 file

D

dejudicibus

Hi. I am a user of Excel but I have no Visual Basic know-how. I need to
develop a macro that cannot be obtained by simple recording.

I have a two columns Excel sheet. I need to save it as a Unicode UTF8
file where each cell of the first column is suffixed by a string
separator (say XXX) and each cell of the second column is suffixed by
another string separator (say YYY).

So, if my sheet is


Aaaaaa | Bbbbbb
Cccccc | Dddddd
Eeeeee | Ffffff


the resulting binary file will be

AaaaaaXXXBbbbbbYYYCcccccXXX...

and so forth.

It is probably a very simple macro for a n Excel programmer, but I have
no idea how to do it. Any help appreciated.

DdJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top