Okay, now I know more about what you need to do (still need more info, but let’s figure them out later).
So, when you use import command in Excel, you use tab as a delimiter, right? This means you need to export from EN as “tab delimited text”. You can use comma as field delimiter (CSV format), but I don’t recommend it, because your title and authors may have comma. Important thing you need to know here is, tab (or comma) is a field delimiter and CR is a record delimiter.
First, make a simple style like this:
Author[tab]Title[tab]Year[CR]
Then, select references you want to export, and use copy formatted commnad (Ctrl + K) from your EN library.
Go to word, from Edit, “Paste special” and “Unformatted text”. It is better to turn on “All” in the Word’s Tools/Option/View/Formatting marks, to see all the formatting marks. Make sure you have all the tabs between field and CR at the end of each line. This means, each line corresponds to each record. Save this document as xxx.txt format. Then, import this .txt document using Excel. Do you see what you want?
Once you work this simple thing out, you can add more fields to the Style template, like Date, Journal, Keywords, etc and change the order of these fields. But, if you include Keyword field or other fields that contain CR, import will screw up because Excel considers CR as the delimiter between records. You have to replace CR with something like ; (semicolon) within EN, such that CR is not found except for deliminating records (single line - single record).
So, my suggestion is to work first with simple style, fields that don’t have CR, and make sure your export/import work as expected.
If you still have problems, please let us know.
Message Edited by myoshigi on 06-30-2009 08:17 AM