Not a problem - just one minor missing step - insert a row above your
current A row. Type in a name (specifically - type it in as the cells value)
to it (i.e. EmailAddr for lack of anything more original). Then highlight
all rows which in this case should now be A1-A95 and give it a "range name"
or change the one you already have.
Import that into Outlook and you won't see the value of your first row but
rather the field name you typed in - in your new A1 row. In database
parlence - your columns names (the ones you assign/you typed in the first
row of your named range - otherwise sometimes called a "Header Row") are
"field names" and all other rows below it are considered "records".
So..... if you have 100 rows with 2 columns where the FIRST row had the
following entries:
A1 - "FullName"
A2 - "EmailAddr"
every row below that would be considered as a record containing 2 fields
(FullName, EmailAddr) and these are the items you want to map when importing
your data. In this example - your "Named Range" should encompass $A$1:$B$101
(reason that it goes to 101 is because in this example you have 100 actual
data rows with one header row = 101 ).
The same would be true if someone told you to export your worksheet as a CSV
file (or anything else for that matter) - it would look for fields name in
the first row/record/line it found. Access on the other hand will assign its
own field names if you tell it that the first row "isn't" a header row.
All there is to it
Karl
DennisF said:
Karl, please be patient with me...i am obviously clueless.
First...i just created an xls file with only one column. That column
inlcudes 94 email addresses. The cells range is A1-A94. I used my cursor and
selected the range from A!-A94 and named it "emailadds". ( I assume this is
the column name u refer to) The email address in A1 is displayed in the
formula bar. I saved this file as "emailadds1".
I closed Excel and open outlook2003. I choose import and "from another
file or program". Then choose Microsoft Excel as the "file type to import
from" and browse to the file "emailadds.xls" as the "file to import". I then
selected "Clublistadds" as the destination folder. This folder is a sub
folder of my "Personal folders" directory in Outlook2003. I now check the
box selecting the action--import "emailadds" into folder:clublistadds. When
I checked the box...automatically the Map custom fields window pops up...it
shows in the left hand pane titled "From: Microsoft Excel "emailadds" above
the pane...AND the first actual email address...the one in cell A1 of
emailadds.xls is displayed in the pane titled "Value". My options at the
bottom are previous OR next.
Above the right hand pane To:Microsoft Office Outlook "Clublistadds" there
are 2 display areas titled FIELD and Mapped From. There are several FIELD
options to choose from the first being Subject then Body then
From
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
Name),From
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
Address) and From
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
Type). These 3 options (Name
,Address,Type) are also listed in the Fields To:, CC:, BCC:.
These Fields are followed by more FIELD options such as Billing
Information, Category, Importance, Mileage and finally Sensitivity.
The options below this pane are CLear Map and Default Map.
My action was then to select the first email address in the Value area on
the left side and drag it to a Field option on the right. As I mentioned
before I chose To: (Address) . I expect at this point to be able to select
"OK" as an option to begin the actual import...but it remains greyed out and
my only option is to drag more values to FIELDS by selecting the Next button
below the Values pane. OR ....Cancel. Since it appears nothing is
working...i selected Cancel. This closed the Map Custom Fields window
leaving me with the "Import a File" window opened and the box checked next
to "import "emailadds" into the folder: Clublistadds. I chose to say finish
as the option to map custom fields does not work as described above.
Clicking finish begins an export operation that places (94 assume) empty
messages in the Clubadds folder. Ok...so thats the deal...step by step...I
tried to look for another way to name colums as u suggested by typing name a
column into the help search and found nothing. Im still lost.