XML export form a Excel

T

Toni Miletic

Dear all,

I use Office 2003 XML Tool Addin for exporting from Excel 2003 sheet fields
to XML file.
I've created XML schema to some fields in my Excel sheet. Then I've created
macro to export those fields in XML file. Everything is working fine for me
except decimal separator. In Excel and on my system I have "," as decimal
separator but after creating XML file I get "." as decimal separator.

Part of the macro code that I used is:
"file$ = "K:\share\" & Cells(4, 3) & "_1_" & year & month & day & ".xml"
ActiveWorkbook.XmlMaps("report_Map").Export URL:= _
file$
"

Do you know how I could force it to use "," as decimal separator also in XML
export.

Thanks in advance for your help!
:eek:)

Kind regards
Toni
 

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