<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9</title>
      <link>http://channel9.msdn.com/Niners/HarryMiller/Posts</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Niners/HarryMiller/Posts</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 23:48:41 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 23:48:41 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>6</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Word Add-ins Part 3: Searching for Text Strings and Adding Comments</title>
      <description><![CDATA[You can search the text in any open Microsoft Office&nbsp;Word document for specific strings if you put the code in a VSTO&nbsp;application-level add-in. When you find an instance of the string, you can perform some action on it. This video shows how to&nbsp;flag the
 string with&nbsp;a comment that&nbsp;contains&nbsp;text passed in from a calling method.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6e8631aeb5084fe2ad1a9deb001e6226">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-3-Searching-for-Text-Strings-and-Adding-Comments</comments>
      <itunes:summary>You can search the text in any open Microsoft Office&amp;nbsp;Word document for specific strings if you put the code in a VSTO&amp;nbsp;application-level add-in. When you find an instance of the string, you can perform some action on it. This video shows how to&amp;nbsp;flag the
 string with&amp;nbsp;a comment that&amp;nbsp;contains&amp;nbsp;text passed in from a calling method. </itunes:summary>
      <itunes:duration>219</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-3-Searching-for-Text-Strings-and-Adding-Comments</link>
      <pubDate>Wed, 10 Sep 2008 21:57:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-3-Searching-for-Text-Strings-and-Adding-Comments</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426930_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426930_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/9/6/2/4/WordAddIns3FindAndFlag_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/ae2ef06e-c6a0-4973-948b-d79bc866aac3.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/3/9/6/2/4/WordAddInsPart3FindAndFlag.wmv" expression="full" duration="219" fileSize="36056658" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/0/3/9/6/2/4/WordAddInsPart3FindAndFlag.wmv" expression="full" duration="219" fileSize="220" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-3-Searching-for-Text-Strings-and-Adding-Comments/RSS</wfw:commentRss>
      <category>MS Office</category>
      <category>Office</category>
      <category>Visual Studio</category>
      <category>Visual Studio Tools for Office</category>
      <category>VSTO</category>
    </item>
  <item>
      <title>Word Add-ins Part 2: When Add-ins Collide</title>
      <description><![CDATA[When you&nbsp;build a VSTO&nbsp;add-in project, it installs the add-in on your development computer. Even if you close that project and start another, or even close Visual Studio entirely, all add-ins you have built will still run when you start the Office application
 on that computer.&nbsp;If you're not expecting the add-in to run, you might be surprized by what you see the next time you open the application or test a new project. This video shows how to easily uninstall add-ins from your development computer after you&nbsp;build
 them if you don't want them to run any more.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5f3d21bae7804fa58be69dec001d7703">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-2-When-Add-ins-Collide</comments>
      <itunes:summary>When you&amp;nbsp;build a VSTO&amp;nbsp;add-in project, it installs the add-in on your development computer. Even if you close that project and start another, or even close Visual Studio entirely, all add-ins you have built will still run when you start the Office application
 on that computer.&amp;nbsp;If you&#39;re not expecting the add-in to run, you might be surprized by what you see the next time you open the application or test a new project. This video shows how to easily uninstall add-ins from your development computer after you&amp;nbsp;build
 them if you don&#39;t want them to run any more. </itunes:summary>
      <itunes:duration>170</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-2-When-Add-ins-Collide</link>
      <pubDate>Fri, 05 Sep 2008 19:49:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-2-When-Add-ins-Collide</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/425943_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/425943_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/4/9/5/2/4/WordAddInsPart2CleanSolution_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/f7fb8d25-4726-4234-9170-7e9940e825c6.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/3/4/9/5/2/4/WordAddInsPart2Collision.wmv" expression="full" duration="170" fileSize="33521163" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/3/4/9/5/2/4/WordAddInsPart2Collision.wmv" expression="full" duration="170" fileSize="216" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-2-When-Add-ins-Collide/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Word Add-ins Part 1: Clear the Ribbon Except for My Controls</title>
      <description><![CDATA[You can use VSTO to&nbsp;easily customize the Ribbon to show only the controls you want to display. This video shows how to clear the Ribbon in Microsoft Office Word so it contains only a single button. The button inserts a graphic into the open Word document
 at the cursor location. Why? Well, really it's just to demo the Ribbon thing. But&nbsp;some day&nbsp;you might&nbsp;want to insert images into a document too, who knows?
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ea3b145d99ff4142923f9dec001d7b05">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-1-Clear-the-Ribbon-Except-for-My-Controls</comments>
      <itunes:summary>You can use VSTO to&amp;nbsp;easily customize the Ribbon to show only the controls you want to display. This video shows how to clear the Ribbon in Microsoft Office Word so it contains only a single button. The button inserts a graphic into the open Word document
 at the cursor location. Why? Well, really it&#39;s just to demo the Ribbon thing. But&amp;nbsp;some day&amp;nbsp;you might&amp;nbsp;want to insert images into a document too, who knows?
</itunes:summary>
      <itunes:duration>251</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-1-Clear-the-Ribbon-Except-for-My-Controls</link>
      <pubDate>Wed, 03 Sep 2008 01:40:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-1-Clear-the-Ribbon-Except-for-My-Controls</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/425122_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/425122_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/2/1/5/2/4/WordPart1ClearRibbon_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/2a4b41e1-db74-4a50-aeec-6ff791e55a61.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/2/2/1/5/2/4/WordAddInsPart1ClearRibbon.wmv" expression="full" duration="251" fileSize="38608586" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/2/2/1/5/2/4/WordAddInsPart1ClearRibbon.wmv" expression="full" duration="251" fileSize="220" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Word-Add-ins-Part-1-Clear-the-Ribbon-Except-for-My-Controls/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Activating a Custom Tab on the Ribbon When a Document Is Opened</title>
      <description><![CDATA[
<p>A lot of people&nbsp;seem to want&nbsp;to make a certain tab or control on the Ribbon active programmatically using VSTO. It makes sense that a developer would want to select the custom tab if the controls that are most useful for the current document are all on that
 tab. This video goes in-depth about this programming question.</p>
<p>OK, not really. The video just says you can't do it, because the Ribbon is designed with the idea of leaving the user in control of the UI -- no surprise selection changes. But you should watch the video anyway. It's really short, and, you know, kinda funny.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5b7b2aaf1e994e3b9fd79dec001d7e1a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Activating-a-Custom-Tab-on-the-Ribbon-When-a-Document-Is-Opened</comments>
      <itunes:summary>
A lot of people&amp;nbsp;seem to want&amp;nbsp;to make a certain tab or control on the Ribbon active programmatically using VSTO. It makes sense that a developer would want to select the custom tab if the controls that are most useful for the current document are all on that
 tab. This video goes in-depth about this programming question. 
OK, not really. The video just says you can&#39;t do it, because the Ribbon is designed with the idea of leaving the user in control of the UI -- no surprise selection changes. But you should watch the video anyway. It&#39;s really short, and, you know, kinda funny. 
</itunes:summary>
      <itunes:duration>68</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Activating-a-Custom-Tab-on-the-Ribbon-When-a-Document-Is-Opened</link>
      <pubDate>Wed, 27 Aug 2008 19:34:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Activating-a-Custom-Tab-on-the-Ribbon-When-a-Document-Is-Opened</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/423448_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/423448_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_small_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_2MB_ch9.wmv" expression="full" duration="68" fileSize="19874168" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_ch9.mp3" expression="full" duration="68" fileSize="541803" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_ch9.mp4" expression="full" duration="68" fileSize="3615430" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_ch9.wma" expression="full" duration="68" fileSize="555049" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_ch9.wmv" expression="full" duration="68" fileSize="4074477" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_Zune_ch9.wmv" expression="full" duration="68" fileSize="5350169" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_s_ch9.wmv" expression="full" duration="68" fileSize="224" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/8/4/4/3/2/4/ActivateTabOnTheRibbon_ch9.wmv" length="4074477" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Activating-a-Custom-Tab-on-the-Ribbon-When-a-Document-Is-Opened/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Turn Off Automatic Conversion of Office 2003 Projects into 2007 Projects</title>
      <description><![CDATA[In Visual Studio 2008, when you open a Microsoft Office 2003 project, by default it starts the project migration wizard if you have the 2007 Microsoft Office system installed on your development computer. In other words, Visual Studio automatically tries
 to upgrade older VSTO&nbsp;projects to the version of Office that you have installed.<br>
<br>
If you need to maintain the 2003 version of the project, you can turn off this default setting.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3ce17389f35c4ac48e379dec001d8226">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Turn-Off-Automatic-Conversion-of-Office-2003-Projects-into-2007-Projects</comments>
      <itunes:summary>In Visual Studio 2008, when you open a Microsoft Office 2003 project, by default it starts the project migration wizard if you have the 2007 Microsoft Office system installed on your development computer. In other words, Visual Studio automatically tries
 to upgrade older VSTO&amp;nbsp;projects to the version of Office that you have installed.

If you need to maintain the 2003 version of the project, you can turn off this default setting.
</itunes:summary>
      <itunes:duration>108</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Turn-Off-Automatic-Conversion-of-Office-2003-Projects-into-2007-Projects</link>
      <pubDate>Mon, 25 Aug 2008 15:28:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Turn-Off-Automatic-Conversion-of-Office-2003-Projects-into-2007-Projects</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/423236_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/423236_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/3/2/3/2/4/TurnOffConversionWizard_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/caa32ba3-6a51-4b3b-bbc2-1f47d0a4ba63.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/3/2/3/2/4/ConversionWizard_2500.wmv" expression="full" duration="108" fileSize="18068344" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/6/3/2/3/2/4/ConversionWizard_2500.wmv" expression="full" duration="108" fileSize="210" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Turn-Off-Automatic-Conversion-of-Office-2003-Projects-into-2007-Projects/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Create an Excel Shortcut Menu That Writes Selections to a Text File</title>
      <description><![CDATA[
<p>It doesn't take much code to add a command to a shortcut menu in Excel, but the menu objects have strange names so it's not intuitive, to me at least. The trickiest part is just sorting out how it's supposed to work, because it seems like it should be different
 from adding buttons to toolbars, but it really looks like that's what you're doing.</p>
<p>The code is all posted in <a href="http://blogs.msdn.com/vsto/archive/2008/08/22/create-an-excel-shortcut-menu-that-writes-selected-values-to-a-text-file-harry-miller.aspx" title="VSTO team blog" target="_blank">
this post on the VSTO team blog</a>.<br>
<br>
Thanks to McLean Schofield, programmer/writer and 3-star forum answer person, for this code example!</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/HarryMiller/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4657207f942c40ef984a9dec001d8523">]]></description>
      <comments>http://channel9.msdn.com/Blogs/HarryMiller/Create-an-Excel-Shortcut-Menu-That-Writes-Selections-to-a-Text-File</comments>
      <itunes:summary>
It doesn&#39;t take much code to add a command to a shortcut menu in Excel, but the menu objects have strange names so it&#39;s not intuitive, to me at least. The trickiest part is just sorting out how it&#39;s supposed to work, because it seems like it should be different
 from adding buttons to toolbars, but it really looks like that&#39;s what you&#39;re doing. 
The code is all posted in 
this post on the VSTO team blog.

Thanks to McLean Schofield, programmer/writer and 3-star forum answer person, for this code example! 
</itunes:summary>
      <itunes:duration>230</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/HarryMiller/Create-an-Excel-Shortcut-Menu-That-Writes-Selections-to-a-Text-File</link>
      <pubDate>Sat, 23 Aug 2008 00:25:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/HarryMiller/Create-an-Excel-Shortcut-Menu-That-Writes-Selections-to-a-Text-File</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/422997_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/422997_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_small_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_2MB_ch9.wmv" expression="full" duration="230" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_ch9.mp3" expression="full" duration="230" fileSize="1840483" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_ch9.mp4" expression="full" duration="230" fileSize="8509903" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_ch9.wma" expression="full" duration="230" fileSize="1867541" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_ch9.wmv" expression="full" duration="230" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_Zune_ch9.wmv" expression="full" duration="230" fileSize="15606885" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_s_ch9.wmv" expression="full" duration="230" fileSize="215" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/9/2/2/4/ExcelShortcutMenu_ch9.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Harry Miller</dc:creator>
      <itunes:author>Harry Miller</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/HarryMiller/Create-an-Excel-Shortcut-Menu-That-Writes-Selections-to-a-Text-File/RSS</wfw:commentRss>
    </item>    
</channel>
</rss>