Exporting XML from drop-down lists

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm exporting data as XML from an Excel spreadsheet. Cells with plain
text in them work fine, but cells with a selection from a drop-down list do
not. The XML file shows everything is there, except data from cells with
drop-down selections. No error message generated, just no trace of the data.
Any suggestions?
thanks
 
Found the answer to my problem. The drop-down was placed on the cell as an
"object" not coded into the cell. When I replaced the object with a coded
list of options the xml exported correctly.
 
Back
Top