vbking_master
New Member
I can't find any info on how to create a dropdownlist in XML Excel.this is an example of what I'm trying to achieve:\[code\]Name Surname Phone Number WorksInBrian Jones (425) 123-4567 USA, UKChad Roths (425) 123-4567 Holland, South Africa, BrazilShawn Vilaron (425) 123-4567 Spain, GreeceScott Walker (425) 123-4567 Australia, New ZealandKevin Boske (425) 123-4567 Spain, Greece\[/code\]I'm trying to get the WorksIn, into a Dropdownlist, so the user can see with the dropdownlists, which countries are worked in.I used this exampleIntroduction to Excel XML Part 1: creating a simple table\[code\]<ss:Row> <ss:Cell> <ssata ss:Type="String">Brian</ssata> </ss:Cell> <ss:Cell> <ssata ss:Type="String">Jones</ssata> </ss:Cell> <ss:Cell> <ssata ss:Type="String">(425) 123-4567</ssata> </ss:Cell> </ss:Row>\[/code\]Is it possible to put a dropdownlist here?