<?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>Automate Excel &#187; value</title>
	<atom:link href="http://www.automateexcel.com/tag/value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Finding the Maximum Value in Each Column in a Range</title>
		<link>http://www.automateexcel.com/2008/10/16/finding-the-maximum-value-in-each-column-in-a-range/</link>
		<comments>http://www.automateexcel.com/2008/10/16/finding-the-maximum-value-in-each-column-in-a-range/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:35:04 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=978</guid>
		<description><![CDATA[The following function will return the Maximum Value in each Column in a Range: Function Max_Each_Column(Data_Range As Range) As Variant Dim TempArray() As Double, i As Long If Data_Range Is Nothing Then Exit Function With Data_Range ReDim TempArray(1 To .Columns.Count) For i = 1 To .Columns.Count TempArray(i) = Application.Max(.Columns(i)) Next End With Max_Each_Column = TempArray [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/16/finding-the-maximum-value-in-each-column-in-a-range/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

