<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Automate Excel</title>
	
	<link>http://www.automateexcel.com</link>
	<description>Hundreds of Excel Tips &amp; Tricks</description>
	<lastBuildDate>Sun, 03 May 2009 16:09:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/automateexcel/zdIv" type="application/rss+xml" /><item>
		<title>Excel Conditional Formatting</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/vwsC-s7rpr4/</link>
		<comments>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:46:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[cell formatting]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[conditional formatting]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1129</guid>
		<description>Excel has a strong and often missed feature, called Conditional Formatting, which allows you to format a cell depending on a rule [it's value]. This can be very useful for worksheets like Product Quantities and Dates. Let me show you what I mean.
Lets start off with a simple chart of products quantities in the warehouse.

We&amp;#8217;ll [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XwU46cP-5F-FsbPwURNGybEleL8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XwU46cP-5F-FsbPwURNGybEleL8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XwU46cP-5F-FsbPwURNGybEleL8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XwU46cP-5F-FsbPwURNGybEleL8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/vwsC-s7rpr4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2009/02/27/excel-conditional-formatting/</feedburner:origLink></item>
		<item>
		<title>VBA Routine to Sort Sheets</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/kiRMc8oOvLk/</link>
		<comments>http://www.automateexcel.com/2008/11/05/vba-routine-to-sort-sheets/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:21:49 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Worksheets]]></category>
		<category><![CDATA[routine]]></category>
		<category><![CDATA[sort sheets]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1112</guid>
		<description>The following routine will sort the sheets in a workbook alphabetically. The flag “Sort_Mode_Descending” can be switched between descending and ascending as required. The routine is case INSENSITIVE.
Sub Sort_Sheets()
Dim Sort_Mode_Descending As Boolean
Dim No_of_Sheets As Integer
Dim Outer_Loop As Integer
Dim Inner_Loop As Integer
No_of_Sheets = Sheets.Count
'Change Flag As appropriate
Sort_Mode_Descending = False
For Outer_Loop = 1 To No_of_Sheets
   [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ygee5Sy48eYc8y4XwzIzDPteGFw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ygee5Sy48eYc8y4XwzIzDPteGFw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ygee5Sy48eYc8y4XwzIzDPteGFw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ygee5Sy48eYc8y4XwzIzDPteGFw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/kiRMc8oOvLk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/11/05/vba-routine-to-sort-sheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/11/05/vba-routine-to-sort-sheets/</feedburner:origLink></item>
		<item>
		<title>VBA Routine to return Column Letter of Cell</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/VtFUW4_R_GU/</link>
		<comments>http://www.automateexcel.com/2008/11/04/vba-routine-to-return-column-letter-of-cell/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 04:27:03 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[column letter]]></category>
		<category><![CDATA[routine]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1115</guid>
		<description>The standard Excel “Column” Function returns the number rather than the letter of the column e.g:
Column(E4) – returns the number 5 rather than the letter E
Column(AD12) returns the number 30 rather than AD.
The following function returns the letter rather than the number of the column. So in the above two examples we have the letters [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6ebf9q8Wgha3-giMl4-7IcfKc-0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6ebf9q8Wgha3-giMl4-7IcfKc-0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6ebf9q8Wgha3-giMl4-7IcfKc-0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6ebf9q8Wgha3-giMl4-7IcfKc-0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/VtFUW4_R_GU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/11/04/vba-routine-to-return-column-letter-of-cell/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/11/04/vba-routine-to-return-column-letter-of-cell/</feedburner:origLink></item>
		<item>
		<title>VBA: Extract Number From String</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/Lk39OSW3HWo/</link>
		<comments>http://www.automateexcel.com/2008/11/03/vba-extract-number-from-string/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:16:49 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1109</guid>
		<description>The following function will extract the numerical portion from a string:
Function Extract_Number_from_Text(Phrase As String) As Double
Dim Length_of_String As Integer
Dim Current_Pos As Integer
Dim Temp As String
Length_of_String = Len(Phrase)
Temp = ""
For Current_Pos = 1 To Length_of_String
If (Mid(Phrase, Current_Pos, 1) = "-") Then
  Temp = Temp &amp;#38; Mid(Phrase, Current_Pos, 1)
End If
If (Mid(Phrase, Current_Pos, 1) = ".") Then
 [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/R2ZqIHoS_ahE5FeUTLyAsNrhVUo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R2ZqIHoS_ahE5FeUTLyAsNrhVUo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/R2ZqIHoS_ahE5FeUTLyAsNrhVUo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R2ZqIHoS_ahE5FeUTLyAsNrhVUo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/Lk39OSW3HWo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/11/03/vba-extract-number-from-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/11/03/vba-extract-number-from-string/</feedburner:origLink></item>
		<item>
		<title>Find the nth Word in a String</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/eLPyHHlR1Dc/</link>
		<comments>http://www.automateexcel.com/2008/10/31/find-the-nth-word-in-a-string/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 15:54:19 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Strings]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1101</guid>
		<description>The following function will find the nth word in a string:
Function Find_nth_word(Phrase As String, n As Integer) As String
Dim Current_Pos As Long
Dim Length_of_String As Integer
Dim Current_Word_No As Integer
Find_nth_word = ""
Current_Word_No = 1
'Remove Leading Spaces
Phrase = Trim(Phrase)
Length_of_String = Len(Phrase)
For Current_Pos = 1 To Length_of_String
    If (Current_Word_No = n) Then
     [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tGHuMRz88xKSIvrm1C4jnlJPdt0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tGHuMRz88xKSIvrm1C4jnlJPdt0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tGHuMRz88xKSIvrm1C4jnlJPdt0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tGHuMRz88xKSIvrm1C4jnlJPdt0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/eLPyHHlR1Dc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/31/find-the-nth-word-in-a-string/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/31/find-the-nth-word-in-a-string/</feedburner:origLink></item>
		<item>
		<title>Adding and Naming Sheets to Excel Workbook</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/3iAm7AoKM-c/</link>
		<comments>http://www.automateexcel.com/2008/10/28/adding-and-naming-sheets-to-excel-workbook/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 20:44:44 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[naming sheets]]></category>
		<category><![CDATA[workbook]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1052</guid>
		<description>The following code works opening a workbook. It automatically adds a new sheet and labels it with the date. It also checks to see that the sheet doesn’t already exist – to allow for the possibility of it being opened more than once a day.
This code makes use of the Workbook Open Event and must [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NHou4t_EagLdlPQ2Bdie6KJxdIk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NHou4t_EagLdlPQ2Bdie6KJxdIk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NHou4t_EagLdlPQ2Bdie6KJxdIk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NHou4t_EagLdlPQ2Bdie6KJxdIk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/3iAm7AoKM-c" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/28/adding-and-naming-sheets-to-excel-workbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/28/adding-and-naming-sheets-to-excel-workbook/</feedburner:origLink></item>
		<item>
		<title>Adding and Saving Workbooks</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/wjgPmcTEurM/</link>
		<comments>http://www.automateexcel.com/2008/10/27/adding-and-saving-workbooks/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 18:16:57 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[workbook]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1055</guid>
		<description>The following code will prompt the user for the name of a workbook. It will then create and save a new
workbook with the same name.
Private Sub CommandButton1_Click()
Dim Workbook_Name As String
Dim New_Workbook As Workbook
Set New_Workbook = Nothing
Workbook_Name = InputBox(Prompt:="Workbook Name.", Title:="Enter the WorkBook Name :")
Set New_Workbook = Workbooks.Add
With New_Workbook
.Activate
.SaveAs Workbook_Name
End With

End Sub
To download the .XLSM file [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HA85S06pTRnsgcezuDLrctxWZg8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HA85S06pTRnsgcezuDLrctxWZg8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HA85S06pTRnsgcezuDLrctxWZg8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HA85S06pTRnsgcezuDLrctxWZg8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/wjgPmcTEurM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/27/adding-and-saving-workbooks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/27/adding-and-saving-workbooks/</feedburner:origLink></item>
		<item>
		<title>VBA Function to Show Cell Formula</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/cbk4ucc9OoY/</link>
		<comments>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 12:58:32 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[udf]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1045</guid>
		<description>The following UDF will return the formulae for a given cell reference:
Function Show_Cell_Formulae(Cell As Range) As String
    Show_Cell_Formulae = "Cell " &amp;#38; Cell.Address &amp;#38; " has the formulae : ' " &amp;#38; Cell.Formula &amp;#38; " '"
End Function
So if we have:

Where the cell B7 has the formulae : ‘=MAX(B5:G5) then we can type [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3oy8KAPTmyNFwzEr2espVL8MXf8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3oy8KAPTmyNFwzEr2espVL8MXf8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3oy8KAPTmyNFwzEr2espVL8MXf8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3oy8KAPTmyNFwzEr2espVL8MXf8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/cbk4ucc9OoY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/</feedburner:origLink></item>
		<item>
		<title>Matching Multiple Items</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/xBzqtpiJ0HE/</link>
		<comments>http://www.automateexcel.com/2008/10/22/matching-multiple-items/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 03:58:59 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Formulas]]></category>
		<category><![CDATA[isnumber]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[multiple]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1038</guid>
		<description>Imagine that we have the following 2 lists each consisting of 3 columns of data:

And we need to find those items that are in List 1 that are in List 2. However ALL 3 columns of data must match for items to be in both lists. One way would be to construct a comprehensive IF [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vtpOeRdyUjbJpjAK6hJhjonqv2A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vtpOeRdyUjbJpjAK6hJhjonqv2A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vtpOeRdyUjbJpjAK6hJhjonqv2A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vtpOeRdyUjbJpjAK6hJhjonqv2A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/xBzqtpiJ0HE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/22/matching-multiple-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/22/matching-multiple-items/</feedburner:origLink></item>
		<item>
		<title>Convert Matrix to Vector</title>
		<link>http://feedproxy.google.com/~r/automateexcel/zdIv/~3/1P7RRmep4YQ/</link>
		<comments>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:09:44 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1028</guid>
		<description>This is the opposite tutorial of the Converting a Single Row Vector into a Matrix tutorial.
The following function will take a range as a matrix and convert it to a single column vector:
Option Explicit
Function Create_Vector(Matrix_Range As Range) As Variant
Dim No_of_Cols As Integer, No_Of_Rows As Integer
Dim i As Integer
Dim j As Integer
Dim Cell
No_of_Cols = Matrix_Range.Columns.Count
No_Of_Rows = [...]
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ET5gbOs5NBoj8_K8Lpmpv3-VB_E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ET5gbOs5NBoj8_K8Lpmpv3-VB_E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ET5gbOs5NBoj8_K8Lpmpv3-VB_E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ET5gbOs5NBoj8_K8Lpmpv3-VB_E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/automateexcel/zdIv/~4/1P7RRmep4YQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/</feedburner:origLink></item>
	</channel>
</rss>
