<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OfficeDeveloper.NET&#187; how do i</title>
	<atom:link href="http://officedeveloper.net/tag/how-do-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 09:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Attaching a File or an Outlook Item to an Outlook Message</title>
		<link>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/</link>
		<comments>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 16:30:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[a-contact-item]]></category>
		<category><![CDATA[a-slightly-more]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[corresponding]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[outlook 2010]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[total]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/attaching-a-file-or-an-outlook-item-to-an-outlook-message</guid>
		<description><![CDATA[ Attaching a file to a Microsoft Outlook mail item is one of the most popular customer actions in Outlook.   Naturally, many power users also ask how to do this programmatically. The Outlook object model provides the Attachment  object, Attachments.Add  method, and an Attachments property for each of the Outlook item objects  (for example, mail, appointment, contact, meeting, and task items), to support adding an attachment to an Outlook item]]></description>
			<content:encoded><![CDATA[<p> Attaching a file to a Microsoft Outlook mail item is one of the most popular customer actions in Outlook.   Naturally, many power users also ask how to do this programmatically. The Outlook object model provides the Attachment  object, Attachments.Add  method, and an Attachments property for each of the Outlook item objects  (for example, mail, appointment, contact, meeting, and task items), to support adding an attachment to an Outlook item</p>
<p><img src="" /></p>
<p>View original post here: <br />
<a target="_blank" href="http://blogs.msdn.com/b/officedevdocs/archive/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message.aspx" title="Attaching a File or an Outlook Item to an Outlook Message">Attaching a File or an Outlook Item to an Outlook Message</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2011/07/15/attaching-a-file-or-an-outlook-item-to-an-outlook-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using LINQ to Query Tables in Excel 2007 (Visual How To)</title>
		<link>http://officedeveloper.net/2009/06/22/using-linq-to-query-tables-in-excel-2007-visual-how-to/</link>
		<comments>http://officedeveloper.net/2009/06/22/using-linq-to-query-tables-in-excel-2007-visual-how-to/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[generic-lists]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[load-information]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[use-the]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[worksheets-into]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/using-linq-to-query-tables-in-excel-2007-visual-how-to/</guid>
		<description><![CDATA[Learn how to use the Open XML Formats to load information stored in Excel worksheets into generic lists that support LINQ.]]></description>
			<content:encoded><![CDATA[<p>Learn how to use the Open XML Formats to load information stored in Excel worksheets into generic lists that support LINQ.</p>
<p>More:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd920313.aspx" title="Using LINQ to Query Tables in Excel 2007 (Visual How To)">Using LINQ to Query Tables in Excel 2007 (Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/22/using-linq-to-query-tables-in-excel-2007-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New code samples in the Outlook 2007 Developer Reference!</title>
		<link>http://officedeveloper.net/2009/05/14/new-code-samples-in-the-outlook-2007-developer-reference/</link>
		<comments>http://officedeveloper.net/2009/05/14/new-code-samples-in-the-outlook-2007-developer-reference/#comments</comments>
		<pubDate>Thu, 14 May 2009 17:45:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[appointment]]></category>
		<category><![CDATA[framework-class]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[import-appointment]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[log on]]></category>
		<category><![CDATA[obertanner]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/new-code-samples-in-the-outlook-2007-developer-reference/</guid>
		<description><![CDATA[ MVP Helmut Obertanner contributed two new code samples recently in May: How to: Import Appointment XML Data into Outlook Appointment Objects How to: Obtain and Log On to an Instance of Outlook    These code samples are presented in managed code (C# and Visual Basic). They are particularly interesting because they demonstrate the use of the .NET Framework Class Library together with the Outlook Primary Interop Assembly. &#34; How to: Import Appointment XML Data into Outlook Appointment Objects " shows how to use the Microsoft COM implementation of the XML Document Object Model (DOM) to load and process appointment data in XML and return the data in Outlook AppointmentItem objects. ]]></description>
			<content:encoded><![CDATA[<p> MVP Helmut Obertanner contributed two new code samples recently in May: How to: Import Appointment XML Data into Outlook Appointment Objects How to: Obtain and Log On to an Instance of Outlook    These code samples are presented in managed code (C# and Visual Basic). They are particularly interesting because they demonstrate the use of the .NET Framework Class Library together with the Outlook Primary Interop Assembly. &quot; How to: Import Appointment XML Data into Outlook Appointment Objects &#8221; shows how to use the Microsoft COM implementation of the XML Document Object Model (DOM) to load and process appointment data in XML and return the data in Outlook AppointmentItem objects. </p>
<p>Original post: <br />
<a target="_blank" href="http://blogs.msdn.com/officedevdocs/archive/2009/05/14/new-code-samples-in-the-outlook-2007-developer-reference.aspx" title="New code samples in the Outlook 2007 Developer Reference!">New code samples in the Outlook 2007 Developer Reference!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/14/new-code-samples-in-the-outlook-2007-developer-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I: Create Simple Bar Graphs in Reports in Access 2007 (Visual How To)</title>
		<link>http://officedeveloper.net/2009/05/11/how-do-i-create-simple-bar-graphs-in-reports-in-access-2007-visual-how-to/</link>
		<comments>http://officedeveloper.net/2009/05/11/how-do-i-create-simple-bar-graphs-in-reports-in-access-2007-visual-how-to/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[a-bar-graph]]></category>
		<category><![CDATA[bar-graph]]></category>
		<category><![CDATA[does-not]]></category>
		<category><![CDATA[effort-and]]></category>
		<category><![CDATA[external-controls-]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[represent-numerical]]></category>
		<category><![CDATA[solution-requires]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[very-little]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-create-simple-bar-graphs-in-reports-in-access-2007-visual-how-to/</guid>
		<description><![CDATA[Learn how to create a report that uses a bar graph to represent numerical values. The solution requires very little effort and does not use any external controls.]]></description>
			<content:encoded><![CDATA[<p>Learn how to create a report that uses a bar graph to represent numerical values. The solution requires very little effort and does not use any external controls.</p>
<p>See the rest here: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd758785.aspx" title="How do I: Create Simple Bar Graphs in Reports in Access 2007 (Visual How To)">How do I: Create Simple Bar Graphs in Reports in Access 2007 (Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/05/11/how-do-i-create-simple-bar-graphs-in-reports-in-access-2007-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to/</link>
		<comments>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[a-search-list]]></category>
		<category><![CDATA[and-color]]></category>
		<category><![CDATA[current-control-]]></category>
		<category><![CDATA[highlight-the]]></category>
		<category><![CDATA[highlight-the-current]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[recordset-or-with]]></category>
		<category><![CDATA[search-list]]></category>
		<category><![CDATA[the-current]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[webdings]]></category>
		<category><![CDATA[with-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to/</guid>
		<description><![CDATA[Use indentation and color in the current control on a form to highlight the current control.]]></description>
			<content:encoded><![CDATA[<p>Use indentation and color in the current control on a form to highlight the current control.</p>
<p>Read more here: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd644812.aspx" title="How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)">How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to-2/</link>
		<comments>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to-2/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[a-list-box]]></category>
		<category><![CDATA[and-color]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[current-control-]]></category>
		<category><![CDATA[highlight-the]]></category>
		<category><![CDATA[highlight-the-current]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[recordset-or-with]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[with-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to-2/</guid>
		<description><![CDATA[Use indentation and color in the current control on a form to highlight the current control.]]></description>
			<content:encoded><![CDATA[<p>Use indentation and color in the current control on a form to highlight the current control.</p>
<p>See the original post here:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd644812.aspx" title="How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)">How Do I: Highlight the Current Field in Data Entry Forms in Access 2007 (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/07/how-do-i-highlight-the-current-field-in-data-entry-forms-in-access-2007-office-visual-how-to-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to/</link>
		<comments>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[custom-function-]]></category>
		<category><![CDATA[fixed-expression]]></category>
		<category><![CDATA[highlight-the]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[recordset-or-with]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[with-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to/</guid>
		<description><![CDATA[Learn to filter the results of an Access 2007 query by using a fixed expression, a built-in VBA function, or a VBA variable of a custom function.]]></description>
			<content:encoded><![CDATA[<p>Learn to filter the results of an Access 2007 query by using a fixed expression, a built-in VBA function, or a VBA variable of a custom function.</p>
<p>See original here: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd671279.aspx" title="How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)">How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to-2/</link>
		<comments>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to-2/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[2007-query]]></category>
		<category><![CDATA[a-custom-function-]]></category>
		<category><![CDATA[a-list-box]]></category>
		<category><![CDATA[and-color]]></category>
		<category><![CDATA[filter-the]]></category>
		<category><![CDATA[filter-the-results]]></category>
		<category><![CDATA[highlight-the-current]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[Third Party]]></category>
		<category><![CDATA[version 2007]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to-2/</guid>
		<description><![CDATA[Learn to filter the results of an Access 2007 query by using a fixed expression, a built-in VBA function, or a VBA variable of a custom function.]]></description>
			<content:encoded><![CDATA[<p>Learn to filter the results of an Access 2007 query by using a fixed expression, a built-in VBA function, or a VBA variable of a custom function.</p>
<p>See the original post: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd671279.aspx" title="How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)">How Do I: Use Variables in VBA to Filter Access 2007 Queries (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/07/how-do-i-use-variables-in-vba-to-filter-access-2007-queries-office-visual-how-to-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to/</link>
		<comments>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[a-search-list]]></category>
		<category><![CDATA[content-team]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[recordset-or-with]]></category>
		<category><![CDATA[search-list]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[webdings]]></category>
		<category><![CDATA[with-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to/</guid>
		<description><![CDATA[Learn how to create a search list box by using a text box and a list box together, along with code that searches through a recordset or with code that searches directly through a table.]]></description>
			<content:encoded><![CDATA[<p>Learn how to create a search list box by using a text box and a list box together, along with code that searches through a recordset or with code that searches directly through a table.</p>
<p>View original post here:<br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd644811.aspx" title="How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)">How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)</title>
		<link>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to-2/</link>
		<comments>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to-2/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:00:00 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Office News]]></category>
		<category><![CDATA[a-list-box]]></category>
		<category><![CDATA[chris-downs]]></category>
		<category><![CDATA[content-team]]></category>
		<category><![CDATA[control-source]]></category>
		<category><![CDATA[directly-through]]></category>
		<category><![CDATA[form-or-report]]></category>
		<category><![CDATA[how do i]]></category>
		<category><![CDATA[recordset-or-with]]></category>
		<category><![CDATA[searches-through]]></category>
		<category><![CDATA[statuslight]]></category>
		<category><![CDATA[version 2007]]></category>
		<category><![CDATA[with-code]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to-2/</guid>
		<description><![CDATA[Learn how to create a search list box by using a text box and a list box together, along with code that searches through a recordset or with code that searches directly through a table.]]></description>
			<content:encoded><![CDATA[<p>Learn how to create a search list box by using a text box and a list box together, along with code that searches through a recordset or with code that searches directly through a table.</p>
<p>Read the original: <br />
<a target="_blank" href="http://msdn.microsoft.com/en-us/library/dd644811.aspx" title="How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)">How Do I: Make a Searching List Box in Access 2007 (Office Visual How To)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/04/06/how-do-i-make-a-searching-list-box-in-access-2007-office-visual-how-to-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

