Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
Can anyone recommend the best approach to populating a number of form comboboxes from a single external source? I had a go at using a short xml file but my xml knowledge is pretty non-existent. I want to use the same source for another form in Visio as well as this one in Excel, so I'd rather not use another workbook if I can help it. Is there a way just iterate through an xml doc to get the data into Excel? Cut down version of xml below: <?xml version="1.0"? <ComboFields <Measures <Measure MeasureItem="miles" <IDmil</ID </Measure <Measure MeasureItem="kilometres" <IDklo</ID </Measure </Measures <Elements <Element Name="truck" <IDtrk</ID </Element <Element Name="motorbike" <IDmto</ID </Element </Elements </ComboFields All advise welcome! Best regards John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i populate a text box according to selection in combobox? | Excel Worksheet Functions | |||
Populate a Combobox from range. | Excel Programming | |||
Populate combobox | Excel Programming | |||
Populate a combobox | Excel Programming | |||
Populate combobox with visable rows only | Excel Programming |