<?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; Charts</title>
	<atom:link href="http://www.automateexcel.com/category/charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 21 Dec 2009 20:35:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create a Bar Chart using VBA</title>
		<link>http://www.automateexcel.com/2008/10/15/how-to-create-a-bar-chart-using-vba/</link>
		<comments>http://www.automateexcel.com/2008/10/15/how-to-create-a-bar-chart-using-vba/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 02:15:35 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=988</guid>
		<description><![CDATA[The following tutorial will describe how to create a bar chart using VBA.
Steps:
1. Enter the VBA project window by right clicking on a sheet name and selecting “View Code” or by selecting “ALT,  F11”.
2. On the right hand side, right click on your project name and select inset “module”.
3. Copy and paste the following [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/15/how-to-create-a-bar-chart-using-vba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interacting between VBA and Excel – Functions</title>
		<link>http://www.automateexcel.com/2008/09/30/interacting-between-vba-and-excel-%e2%80%93-functions/</link>
		<comments>http://www.automateexcel.com/2008/09/30/interacting-between-vba-and-excel-%e2%80%93-functions/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:31:58 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[interact]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=920</guid>
		<description><![CDATA[This example shows how Excel and VBA can interact with each other. VBA will be used to generate function values over a given range. The answers will then be stored within an Excel workbook and used to produce a graph.
This could be done entirely with Excel without the use of VBA. But if the formulae [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/30/interacting-between-vba-and-excel-%e2%80%93-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an In Cell Chart Using VBA</title>
		<link>http://www.automateexcel.com/2008/09/12/create-an-in-cell-chart-using-vba/</link>
		<comments>http://www.automateexcel.com/2008/09/12/create-an-in-cell-chart-using-vba/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 08:25:52 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user defined]]></category>
		<category><![CDATA[workbook]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=864</guid>
		<description><![CDATA[
The following tutorial will describe how to create a chart in a cell like the one displayed in the table above under the “Trend” column.
The chart is created using a function called “CellChart”. You would enter it in Excel like any other standard function i.e. SUM, AVERAGE or VLOOKUP etc. This function is called a [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/12/create-an-in-cell-chart-using-vba/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Create and Display a Chart in a cell</title>
		<link>http://www.automateexcel.com/2008/08/23/how-to-create-and-display-a-chart-in-a-cell/</link>
		<comments>http://www.automateexcel.com/2008/08/23/how-to-create-and-display-a-chart-in-a-cell/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 13:52:08 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[wingdings]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=832</guid>
		<description><![CDATA[This is a simple tutorial on how to create and display a bar chart in a cell; a technique that works very well when creating management reports.

Steps:
1. In column A enter the values you want to display i.e. in cell A1 enter the value 10, in cell A2 20 etc.

2. In column B1 enter the [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/08/23/how-to-create-and-display-a-chart-in-a-cell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graph Object Model Help File</title>
		<link>http://www.automateexcel.com/2005/04/03/graph_object_model_help_file/</link>
		<comments>http://www.automateexcel.com/2005/04/03/graph_object_model_help_file/#comments</comments>
		<pubDate>Sun, 03 Apr 2005 13:10:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[You can find the help file for the Chart Object model in Office 2003 at:
C:\Program Files\Microsoft Office\OFFICE11\1033\vbagr10.chm
And for the location of the various help files in the various versions of Office, have a look at the article: How To Find and Use Office Object Model Documentation
]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/04/03/graph_object_model_help_file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy Face Gauge</title>
		<link>http://www.automateexcel.com/2005/03/14/happy_face_gauge/</link>
		<comments>http://www.automateexcel.com/2005/03/14/happy_face_gauge/#comments</comments>
		<pubDate>Mon, 14 Mar 2005 13:47:48 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Jwalk posted a description and workbook download of a Happy Face Gauge created by Debra Dalgleish last week.
&#8220;The face is driven by a single cell, which can have a value between 0 and 100. The higher the number, the happier the face.&#8221;
Sending a boss a happy face dashboard could be fun.
In case you missed the [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/03/14/happy_face_gauge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners and Shadow on Excel Charts</title>
		<link>http://www.automateexcel.com/2005/03/02/excel_rounded_corners_and_shadow_on_exce/</link>
		<comments>http://www.automateexcel.com/2005/03/02/excel_rounded_corners_and_shadow_on_exce/#comments</comments>
		<pubDate>Wed, 02 Mar 2005 11:34:18 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[An example of adding rounded corners and shadow to an Excel chart, with the past year stock close price of Microsoft:

How it&#8217;s done:
1. Right click near the edge of a chart and select Format Chart Area&#8230;
2.  On the Patterns tab, place a checkmark in the boxes next to Shadow and  Round Corners

]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/03/02/excel_rounded_corners_and_shadow_on_exce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Future of Excel Charts?</title>
		<link>http://www.automateexcel.com/2005/01/05/future_of_charts/</link>
		<comments>http://www.automateexcel.com/2005/01/05/future_of_charts/#comments</comments>
		<pubDate>Wed, 05 Jan 2005 15:42:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I read &#8220;The Office 12 charting application could make use of Avalon&#8221; at eweek awhile back so when I saw channel 9 had a video demonstrating Avalon&#8217;s 3D graphics I decided to take a look.
It turns out there were a couple minutes in the video that demonstrate Avalon displaying a Bar Chart, and it&#8217;s amazing. [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/01/05/future_of_charts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Chart Gallery</title>
		<link>http://www.automateexcel.com/2005/01/01/excel_chart_gallery/</link>
		<comments>http://www.automateexcel.com/2005/01/01/excel_chart_gallery/#comments</comments>
		<pubDate>Sat, 01 Jan 2005 12:08:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[John Mansfield has a nice addition to his site, a Chart Gallery.  In addition to providing a small but growing gallery of various chart styles, each chart is linked to an article describing the techniques involved in creating it.  
Also, John recently updated his site layout.  If you haven&#8217;t stopped by the [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2005/01/01/excel_chart_gallery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fun With Charts and Pictures</title>
		<link>http://www.automateexcel.com/2004/12/07/excel_fun_with_charts_and_pictures/</link>
		<comments>http://www.automateexcel.com/2004/12/07/excel_fun_with_charts_and_pictures/#comments</comments>
		<pubDate>Tue, 07 Dec 2004 12:05:00 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Charts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Place your Chart in a Jumbotron, Television, Billboard, or any other creative place.
1.  Find a good picture(try Google Image Search or Stock Xchange)
2.  Import the picture to a spreadsheet that contains a Chart(Insert->Picture->From File)
3.  Move the Chart Over the picture and resize to proper fit
4.  To keep the Chart and image [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/12/07/excel_fun_with_charts_and_pictures/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
