It's a list of stuff that's separated by a common character (or set of common
characters).
In excel, the most common delimiter is usually a comma, but could be
anything--in fact, windows keeps track of what it wants to use as a list
separator under:
Windows Start Button|Settings|Control Panel|Regional Settings Applet.
Look at the Number tab (at the bottom).
For me, it's the comma. (That's pretty much the standard in the USA. Other
contries use semicolons. And you could change yours to whatever you wanted--but
you'll have headaches later when you share info between users.)
A lot of programs can't create .xls files natively. But to be able to share
info from one program with another, a lot (most???) can create these delimited
lists. MS calls them Comma Separated Values (CSV) files. Even though you may
not be using a comma!
And excel will own the .csv file (just like .xls). If you double click on a
..csv file in windows explorer, it'll load into excel.
If you rename your .csv file to .txt, then you can use File|open within excel.
xl will recognize it as a text file and allow you to specify how it should be
imported.
You can specify "fixed width"--columns 1-10 is a field, 11-14, 15-22, etc. Each
record in the file has fields that are exactly the same as the one below it.
Or you can specify "delimited" and be able to choose your delimiter (even type
in the one you want if it isn't listed). Then things like:
Aardvark,234,test
a,3,b
will place each field in the appropriate column (it doesn't depend on the length
of each field).
Thanks for the help guys,
I am in an interesting situation. Actually I agree with you, but I have
been asked to set a system up and also figure that a good way to learn the
intricacies of Excel is to trouble shoot. If there is not a simple way to
do this then I have learned something! Yippee!
Now onto further adventures. btw what the heck is a delimited list?
Thanks,
D