<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Begin informative text - All Comments</title><link>http://blogs.msdn.com/b/chrisrae/</link><description>There are two types of people: Those that find file formats exciting, and those that haven&amp;#39;t read Chris Rae&amp;#39;s blog yet.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating a simple XLSX from scratch using the Open XML SDK</title><link>http://blogs.msdn.com/b/chrisrae/archive/2011/08/18/creating-a-simple-xlsx-from-scratch-using-the-open-xml-sdk.aspx#10402859</link><pubDate>Sat, 16 Mar 2013 10:41:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10402859</guid><dc:creator>andrea</dc:creator><description>&lt;p&gt;If an error of System.IO.packaging is raises then you have to add also a reference to &amp;quot;WindowBase&amp;quot; component.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10402859" width="1" height="1"&gt;</description></item><item><title>re: Creating a simple XLSX from scratch using the Open XML SDK</title><link>http://blogs.msdn.com/b/chrisrae/archive/2011/08/18/creating-a-simple-xlsx-from-scratch-using-the-open-xml-sdk.aspx#10286282</link><pubDate>Thu, 22 Mar 2012 08:12:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10286282</guid><dc:creator>Yogik</dc:creator><description>&lt;p&gt;Is it possible to imeplement this in vc++ with vs2003 or vs2010?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10286282" width="1" height="1"&gt;</description></item><item><title>re: Using VBA to turn numbering into normal text in Word documents</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/10/08/using-vba-to-turn-numbering-into-normal-text-in-word-documents.aspx#10250528</link><pubDate>Thu, 22 Dec 2011 22:09:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10250528</guid><dc:creator>Rhonda</dc:creator><description>&lt;p&gt;Here is a revision to your code that steps through the paragraphs backwards and converts the number to text.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;For counter = ActiveDocument.Paragraphs.Count To 1 Step -1&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If Len(Paragraphs(counter).Range.ListFormat.ListString) &amp;gt; 0 Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Paragraphs(counter).Range.ListFormat.ConvertNumbersToText&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End If&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; Next counter&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10250528" width="1" height="1"&gt;</description></item><item><title>re: New interoperability testing library for ISO/IEC 29500 documents</title><link>http://blogs.msdn.com/b/chrisrae/archive/2011/07/12/new-interoperability-testing-library-for-is-29500-documents.aspx#10207500</link><pubDate>Wed, 07 Sep 2011 20:48:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10207500</guid><dc:creator>Chris  Rae</dc:creator><description>&lt;p&gt;I&amp;#39;ve now uploaded many of our own test documents - they&amp;#39;re grouped by product feature area, and are grouped under the &amp;quot;Document features&amp;quot; subsections of the relevant libraries for WordprocessingML, SpreadsheetML and PresentationML.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10207500" width="1" height="1"&gt;</description></item><item><title>re: Using VBA to turn numbering into normal text in Word documents</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/10/08/using-vba-to-turn-numbering-into-normal-text-in-word-documents.aspx#10111560</link><pubDate>Tue, 04 Jan 2011 17:55:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10111560</guid><dc:creator>Chris  Rae</dc:creator><description>&lt;p&gt;Superb.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10111560" width="1" height="1"&gt;</description></item><item><title>re: Using VBA to turn numbering into normal text in Word documents</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/10/08/using-vba-to-turn-numbering-into-normal-text-in-word-documents.aspx#10109764</link><pubDate>Wed, 29 Dec 2010 03:29:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10109764</guid><dc:creator>Joe Markeson</dc:creator><description>&lt;p&gt;Selection.Range.ListFormat.ConvertNumbersToText&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10109764" width="1" height="1"&gt;</description></item><item><title>re: Where is the documentation for Office's docx/xlsx/pptx formats? Part 2: Office 2010</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/10/06/where-is-the-documentation-for-office-s-docx-xlsx-pptx-formats-part-2-office-2010.aspx#10089581</link><pubDate>Thu, 11 Nov 2010 16:16:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10089581</guid><dc:creator>Michael Neal</dc:creator><description>&lt;p&gt;I&amp;#39;m having a strange problem with Word 2010, I think it must be related to an update or something. I recently created a document in Word 2010 and saved it as a .docx document. When I close it and open it again, it creates a temporary document with a different title (Wd0000001) which is [Read Only] and [Compatibility Mode]. What is going on here? I checked the options to make sure that it is saving in the docx format. But now when I look at the document in the windows explorer it calls it a Word 2007 Document (.docx), when before it was just called a Word Document (.docx). I&amp;#39;m totally confused here, can you point me in the right direction? Thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10089581" width="1" height="1"&gt;</description></item><item><title>re: Where is the documentation for Office's docx/xlsx/pptx formats? Part 1: Office 2007</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/09/25/where-is-the-documentation-for-office-2010-s-docx-xlsx-pptx-formats.aspx#10069912</link><pubDate>Thu, 30 Sep 2010 16:12:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10069912</guid><dc:creator>weepatty</dc:creator><description>&lt;p&gt;very interested in use cases/examples of where customers are leveraging this openness/interoperability to address real business needs....&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10069912" width="1" height="1"&gt;</description></item><item><title>re: Where is the documentation for Office's docx/xlsx/pptx formats? Part 1: Office 2007</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/09/25/where-is-the-documentation-for-office-2010-s-docx-xlsx-pptx-formats.aspx#10069622</link><pubDate>Thu, 30 Sep 2010 02:09:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10069622</guid><dc:creator>niklas</dc:creator><description>&lt;p&gt;are you wrting to me&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10069622" width="1" height="1"&gt;</description></item><item><title>re: Where is the documentation for Office's docx/xlsx/pptx formats? Part 1: Office 2007</title><link>http://blogs.msdn.com/b/chrisrae/archive/2010/09/25/where-is-the-documentation-for-office-2010-s-docx-xlsx-pptx-formats.aspx#10069003</link><pubDate>Tue, 28 Sep 2010 23:14:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10069003</guid><dc:creator>More Light!</dc:creator><description>&lt;p&gt;Refusing to eat until I find out more about the Office 2010 interoperability and what will Kat do after Alfie pulls out all the stops for her and Michael works out her secret about implementation differences.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10069003" width="1" height="1"&gt;</description></item></channel></rss>