<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parse Names with Outlook</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alex J</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-30974</link>
		<dc:creator>Alex J</dc:creator>
		<pubDate>Wed, 27 Feb 2008 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-30974</guid>
		<description>&lt;p&gt;There&#039;s another, lower-tech, way to use Outlook names. In my excel app, I issue email to a number of users. I had spent alot of time trying to figure out how to map user names with their email address using extracts out of the Outlook Global Address List or from Distribution Lists.&lt;/p&gt;
&lt;p&gt;The alternative is to use names in the list that the Outlook email will resolve at SEND time. &lt;/p&gt;
&lt;p&gt;For example, in my Excel tables I keep a name like &quot;Joe.Blo&quot;. I address the email with that, NOT with the looked-up correct email address. When I create the email, &quot;Joe.Blo&quot; gets populated into the SENDTo parameter, but then Outlook resolves the address to &quot;Joe.Blo@ourcompanyname.com&quot;, or whatever the &quot;Display As&quot; parameter in Outlook is. Much easier. &lt;/p&gt;
&lt;p&gt;Of course, this takes advantage of a structured email address mechanism within our company. For external addresses, my address just lists their full email address, or I create an outlook contact for them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There&#8217;s another, lower-tech, way to use Outlook names. In my excel app, I issue email to a number of users. I had spent alot of time trying to figure out how to map user names with their email address using extracts out of the Outlook Global Address List or from Distribution Lists.</p>
<p>The alternative is to use names in the list that the Outlook email will resolve at SEND time. </p>
<p>For example, in my Excel tables I keep a name like &#8220;Joe.Blo&#8221;. I address the email with that, NOT with the looked-up correct email address. When I create the email, &#8220;Joe.Blo&#8221; gets populated into the SENDTo parameter, but then Outlook resolves the address to &#8220;Joe.Blo@ourcompanyname.com&#8221;, or whatever the &#8220;Display As&#8221; parameter in Outlook is. Much easier. </p>
<p>Of course, this takes advantage of a structured email address mechanism within our company. For external addresses, my address just lists their full email address, or I create an outlook contact for them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew O'Grady</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-30970</link>
		<dc:creator>Mathew O'Grady</dc:creator>
		<pubDate>Wed, 27 Feb 2008 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-30970</guid>
		<description>&lt;p&gt;Thanks! Sue Mosher provided me with the answer!  In case anyone else is intrested here is how to find these:&lt;br&gt;
 1. Start the Visual Basic Editor Alt + F11&lt;br&gt;
 2. Press F2&lt;br&gt;
 3. Select Outlook in the List Box on the Upper Left&lt;br&gt;
 4. Scroll down to the: ContactItem : object and these fields will open on the right!&lt;br&gt;
Too cool!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! Sue Mosher provided me with the answer!  In case anyone else is intrested here is how to find these:<br />
 1. Start the Visual Basic Editor Alt + F11<br />
 2. Press F2<br />
 3. Select Outlook in the List Box on the Upper Left<br />
 4. Scroll down to the: ContactItem : object and these fields will open on the right!<br />
Too cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew O'Grady</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-30942</link>
		<dc:creator>Mathew O'Grady</dc:creator>
		<pubDate>Tue, 26 Feb 2008 22:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-30942</guid>
		<description>&lt;p&gt;Dick:  Awesome approach!!  I&#039;ve used some of your code to directly import contacts in Excel to Outlook.  I have a question:  Where do you find the field names for Outlook, i.e. FirstName.  Yours are practically about the only ones I can get to work.  Strangely, I can&#039;t get Business Phone (s) or faxes to work.  I&#039;ve tried a couple different variants, but I just can&#039;t get it on trial and error.  Is there any location were these field names are published? I&#039;d like to add some more fields.  Thanks for the code and any help!!   &lt;/p&gt;
&lt;p&gt;       .FirstName = &quot;Dick&quot;&lt;br&gt;
        .LastName = &quot;Kusleika&quot;&lt;br&gt;
       .MobileTelephoneNumber = &quot;(402) 555-1212?&lt;br&gt;
        .Email1Address = &quot;dick@dicks-clicks.com&quot;&lt;br&gt;
        .HomeAddressStreet = &quot;111 S 1st&quot;&lt;br&gt;
        .HomeAddressCity = &quot;Omaha&quot;&lt;br&gt;
        .HomeAddressState = &quot;NE&quot;&lt;br&gt;
        .HomeAddressPostalCode = &quot;68100?&lt;br&gt;
        .SelectedMailingAddress = olHome&lt;br&gt;
        .Categories = &quot;Business, Personal&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick:  Awesome approach!!  I&#8217;ve used some of your code to directly import contacts in Excel to Outlook.  I have a question:  Where do you find the field names for Outlook, i.e. FirstName.  Yours are practically about the only ones I can get to work.  Strangely, I can&#8217;t get Business Phone (s) or faxes to work.  I&#8217;ve tried a couple different variants, but I just can&#8217;t get it on trial and error.  Is there any location were these field names are published? I&#8217;d like to add some more fields.  Thanks for the code and any help!!   </p>
<p>       .FirstName = &#8220;Dick&#8221;<br />
        .LastName = &#8220;Kusleika&#8221;<br />
       .MobileTelephoneNumber = &#8220;(402) 555-1212?<br />
        .Email1Address = &#8220;dick@dicks-clicks.com&#8221;<br />
        .HomeAddressStreet = &#8220;111 S 1st&#8221;<br />
        .HomeAddressCity = &#8220;Omaha&#8221;<br />
        .HomeAddressState = &#8220;NE&#8221;<br />
        .HomeAddressPostalCode = &#8220;68100?<br />
        .SelectedMailingAddress = olHome<br />
        .Categories = &#8220;Business, Personal&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-20968</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 19 Sep 2006 03:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-20968</guid>
		<description>&lt;p&gt;Jay:  Make sure the sheet&#039;s codename is Sheet1, not its name.  In the vbe&#039;s project explorer (Ctl+R), the sheets are listed like&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;DisplayName (CodeName)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;If you had a blank sheet whose codename was Sheet1, you wouldn&#039;t get an error or any output.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jay:  Make sure the sheet&#8217;s codename is Sheet1, not its name.  In the vbe&#8217;s project explorer (Ctl+R), the sheets are listed like</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">DisplayName (CodeName)</div>
</div>
<p>If you had a blank sheet whose codename was Sheet1, you wouldn&#8217;t get an error or any output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-20963</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 18 Sep 2006 18:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-20963</guid>
		<description>&lt;p&gt;How does this start (north american version)?  I have the columns in a worksheet &quot;sheet1?, made the reference as noted but when it runs I don&#039;t get any output - column A has Full Names as the title the vb does not error?&lt;br&gt;
Do you have to declare a range as range or something?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How does this start (north american version)?  I have the columns in a worksheet &#8220;sheet1?, made the reference as noted but when it runs I don&#8217;t get any output &#8211; column A has Full Names as the title the vb does not error?<br />
Do you have to declare a range as range or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Heckmann</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-12099</link>
		<dc:creator>J Heckmann</dc:creator>
		<pubDate>Tue, 03 May 2005 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-12099</guid>
		<description>&lt;p&gt;For those of us using Thunderbird... is there an equivalent reference to Outlook Express??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For those of us using Thunderbird&#8230; is there an equivalent reference to Outlook Express??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-2547</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 12 Nov 2004 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-2547</guid>
		<description>&lt;p&gt;Dick,   Outlook (Español version) cops out by still having only 3 fields:&lt;br&gt;
Name, 2nd Name and then Last Names (note the plural on last nameS&gt;).&lt;br&gt;
It usually fails to parse them correctly when left on its own; putting just one name in the &quot;last names&quot; part, one name in the &quot;1st name&quot; part and all the rest (0 to 3 or so) in the &quot;middle name&quot; part.&lt;br&gt;
Just a slight variant from the N.Armerica version.&lt;/p&gt;
&lt;p&gt;Locally developed applications often have 4 fields; including &quot;1st last name&quot; and &quot;2nd last name&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,   Outlook (Español version) cops out by still having only 3 fields:<br />
Name, 2nd Name and then Last Names (note the plural on last nameS&gt;).<br />
It usually fails to parse them correctly when left on its own; putting just one name in the &#8220;last names&#8221; part, one name in the &#8220;1st name&#8221; part and all the rest (0 to 3 or so) in the &#8220;middle name&#8221; part.<br />
Just a slight variant from the N.Armerica version.</p>
<p>Locally developed applications often have 4 fields; including &#8220;1st last name&#8221; and &#8220;2nd last name&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-2546</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Fri, 12 Nov 2004 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-2546</guid>
		<description>&lt;p&gt;Harald:  Certainly.  You can even use it to make money if you want.  I&#039;ll take the beer anyway, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Harald:  Certainly.  You can even use it to make money if you want.  I&#8217;ll take the beer anyway, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-2545</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Fri, 12 Nov 2004 15:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-2545</guid>
		<description>&lt;p&gt;Ed:  Does the Spanish language version of Outlook do that for you?  I&#039;d be interested to know.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ed:  Does the Spanish language version of Outlook do that for you?  I&#8217;d be interested to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/11/11/parse-names-with-outlook/#comment-2544</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Fri, 12 Nov 2004 10:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=856#comment-2544</guid>
		<description>&lt;p&gt;Hi Dick&lt;/p&gt;
&lt;p&gt;Finally tested it. Fantastic idea. Can I use it in an inhouse, noncommercial app ? Will buy you beers on next occasion if so.&lt;/p&gt;
&lt;p&gt;Best wishes Harald&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick</p>
<p>Finally tested it. Fantastic idea. Can I use it in an inhouse, noncommercial app ? Will buy you beers on next occasion if so.</p>
<p>Best wishes Harald</p>
]]></content:encoded>
	</item>
</channel>
</rss>

