Acess 2K: VBA: export txt file using UTF-8 encoding

P

Pasqualino Imbemba

Hi,

I'd like to export data into a fixed column width.
I use DoCmd.TransferText [Options...]
Among these options, there is the CodePage option. Which value must
CodePage be set to, so to have an UTF-8 encoding?

Thanks & bye
~Pasquale
 
C

Clif McIrvin

Pasquale, you might try posting this question to microsoft.public.access
..... There are Access / Excel developers in that newsgroup.

--
Clif

Pasqualino Imbemba said:
Hi,

I'd like to export data into a fixed column width.
I use DoCmd.TransferText [Options...]
Among these options, there is the CodePage option. Which value must
CodePage be set to, so to have an UTF-8 encoding?

Thanks & bye
~Pasquale
 
Top