<?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>ForDevs &#187; MS Office</title>
	<atom:link href="http://www.fordevs.com/category/tools/ms-office/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating Excel as Datasource for Mail Merge using C#</title>
		<link>http://www.fordevs.com/2008/09/creating-excel-as-datasource-for-mail.html</link>
		<comments>http://www.fordevs.com/2008/09/creating-excel-as-datasource-for-mail.html#comments</comments>
		<pubDate>Thu, 18 Sep 2008 05:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[mail merge]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/09/creating-excel-as-datasource-for-mail-merge-using-c.html</guid>
		<description><![CDATA[We can use excel as datasource for mail merge.We have to write the header and records in excel file which will act as the datasource for word mail merge. The first row of excel will be treated as the header in the excel. while using word as datasource and create a the word datasource we [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/09/creating-excel-as-datasource-for-mail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Merge Using C#</title>
		<link>http://www.fordevs.com/2008/08/i-was-looking-for-doing-mail-merge.html</link>
		<comments>http://www.fordevs.com/2008/08/i-was-looking-for-doing-mail-merge.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[mail merge]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/08/mail-merge-using-c.html</guid>
		<description><![CDATA[I was looking for doing a mail merge application and went through the web and found a good article from Microsoft link .This automates Microsoft Word to perform Mail Merge using C#. using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Word = Microsoft.Office.Interop.Word; namespace mailmersamp1{public partial class Form1 : Form{public Form1(){InitializeComponent();} Word.Application wrdApp;Word._Document wrdDoc;Object oMissing [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/08/i-was-looking-for-doing-mail-merge.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
