Importing Lists

D

dausbrooks

I have a lengthy list that I want to use in a drop-down
list box on a form. Is there a way to import this list
instead of having to manually enter each item?
 
C

clintonG

Copy and paste or import into an Excel table and use Excel tools to
replicate the HTML tags in the cells on either side of the cell you
paste the list item values into. You'll still need to go line by line to
tweak and then save it all out as a text file but that's as short of a
short cut your likely to find as its just as time consuming to write
code that will do this task in such a way that the code can also write
out the attribute values of the list item HTML tags and attributes.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
 
Top