<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/visual-basic/tags/merge</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 16:02:08 GMT</pubDate>
<item>
<title>(Visual Basic) How to Combine Multiple Word Documents into One Document - bblnrlz</title>
<link>http://snipplr.com/view/20480/how-to-combine-multiple-word-documents-into-one-document/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Sep 2009 13:15:24 GMT</pubDate>
<guid>http://snipplr.com/view/20480/how-to-combine-multiple-word-documents-into-one-document/</guid>
</item>
<item>
<title>(Visual Basic) Look up all occurences and merge results (consolidate) - pckujawa</title>
<link>http://snipplr.com/view/12713/look-up-all-occurences-and-merge-results-consolidate/</link>
<description><![CDATA[ <p>Say you've got data combined in such a way that there is a repeated row header, but all the data is in different rows. If you were to consolidate all the rows down to one, only taking valid values (discarding blanks), you'd have one header row with all the data. This function does that for you.

Ex:  
`StudentID,TestScore1, TestScore2,TestScore3  
1,100,,  
1,,98,  
1,,,97`

Becomes:  
`StudentID,TestScore1, TestScore2,TestScore3  
1,100,98,97`</p> ]]></description>
<pubDate>Mon, 02 Mar 2009 02:18:37 GMT</pubDate>
<guid>http://snipplr.com/view/12713/look-up-all-occurences-and-merge-results-consolidate/</guid>
</item>
</channel>
</rss>