<?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>Peltier Tech Blog &#187; Templates</title>
	<atom:link href="http://peltiertech.com/WordPress/category/templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:00:43 +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>Excel Templates Demystified</title>
		<link>http://peltiertech.com/WordPress/excel-templates-demystified/</link>
		<comments>http://peltiertech.com/WordPress/excel-templates-demystified/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:00:42 +0000</pubDate>
		<dc:creator>Jon Peltier</dc:creator>
				<category><![CDATA[Templates]]></category>
		<category><![CDATA[Amortization]]></category>

		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1115</guid>
		<description><![CDATA[Excel templates are a useful way to reuse structure, content, and formatting among many different projects. You can save your own workbooks as custom templates, or use templates from other sources. You can use a template in two ways. You can create a new file based on the template, and you can insert sheets from [...]]]></description>
			<content:encoded><![CDATA[<p>Excel templates are a useful way to reuse structure, content, and formatting among many different projects. You can save your own workbooks as custom templates, or use templates from other sources. You can use a template in two ways. You can create a new file based on the template, and you can insert sheets from a template into an existing workbook.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Creating Excel Templates</h2>
<p><span id="more-1115"></span>Creating a template is straightforward. When you have a workbook (one or more sheets) configured the way you want it, simply use Save As, and under Save As Type, select Template (*.xlt). If you are using Excel 2007, you have two template options: Excel Template (*.xltx) and Excel Macro-Enabled Template (*.xltm). If your template contains any VBA that you want to use when the template is used later in a workbook, be sure to select the macro-enabled option.</p>
<p>By default, Excel saves the template in the Template directory, which in Windows XP and Office 2003 is:</p>
<pre class="vba">C:\Documents and Settings\<em>username</em>\Application Data\Microsoft\Templates
&nbsp;</pre>
<p>This directory contains Excel templates, as well as Word and PowerPoint templates.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Creating a New Workbook from an Excel Template</h2>
<p>There are at least three ways to create a new file based on a template. In all of these techniques, the result is a new file that opens in Excel. This file is exactly like the template, except instead of having the template&#8217;s file name (&#8220;MyTemplate.xlt&#8221;), it is unsaved but has a default name based on the template&#8217;s name (&#8220;MyTemplate1&#8243;). All sheets and code from the original template are at your disposal in the new workbook.</p>
<p>1. You can double click on an Excel template in Windows Explorer, and the new file will open in Excel.</p>
<p>2. You can create a new file in Excel using File menu &gt; New (or in Excel 2007, Office menu &gt; New), using the option to create a new workbook based on an existing workbook. A File Open dialog opens in the Templates directory (see above) where your templates are saved. You can browse anywhere to find your template. You can use a regular workbook as well as an official template ass the basis for your new file.</p>
<p>3. You can create a new file from a template, and Excel 2003 gives you the option to search for a template, use a template from Office Online or from your computer, or select from a list of recently used templates. If you choose the Office Online option, the Template Categories 	 page from Office Online opens in your default browser. If you choose the Templates on this Computer option, a Templates dialog appears with tabs for different directories, opened at first to the Templates directory. Subdirectories of Templates appear on the other tabs. You are limited to the directories available on the tabs.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Inserting New Sheets from an Excel Template</h2>
<p>You can insert sheets from a template into the active workbook by right clicking on a sheet tab and choosing Insert. The same Templates dialog as in option 3 above will appear so you can select a template. All sheets from the selected template are inserted in front of the active sheet. Any code contained in the code modules associated with these sheets is copied with the sheets, but workbook or project level code is not transferred into the parent workbook.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Sample Uses for Excel Templates</h2>
<p>There are many ways that templates make your spreadsheet life easier. Rather than reconstructing the data range and charts in a workbook, you can save the original workbook as a template, use the template to create a new workbook, and enter new data into the new workbook.</p>
<p>If you create regular reports or analyses, you can create an array of templates, one for each section your analysis or report may contain. As you populate your report, you can add the sheets you need from the available templates, and ignore the sheets you don&#8217;t need.</p>
<p>You could use a template to insert boilerplate (copyright notices, contact information, cover pages, etc.) into workbooks.</p>
<p>Often, people use a template to carry out an analysis quickly and easily. Finding an existing template is easier and more reliable than trying to construct a page full of formulas by hand. There are many templates available on the internet.</p>
<h2 style="margin: 0pt 0pt 18px; font-size: 1em;">Sources of Excel Templates</h2>
<p>Microsoft hosts a large number of templates on their <a href="http://office.microsoft.com/en-us/templates/CT101527321033.aspx" rel="nofollow" title="Templates from Office Online" >Office Online&nbsp;Templates</a> pages. A number of other sites have templates available for download.</p>
<p>The Vertex42.com web site hosts a number of nicely made <a href="http://www.vertex42.com/ExcelTemplates/" rel="nofollow" >Excel Templates</a>. For example, the <a href="http://www.vertex42.com/ExcelTemplates/simple-amortization.html" rel="nofollow" title="Amortization Chart in Excel" >Amortization Chart</a> template has a simple data entry area where you can input amount of a loan, the interest rate, and the number of periods over which the loan will be repaid. A table below the input region is populated with data, and a pair of charts show the status of the loan over time.</p>
<p align="center"><img title="loan amortization chart" src="http://peltiertech.com/images/2008-12/amortization-chart.gif" alt="loan amortization chart" /> &nbsp; &nbsp; &nbsp; <img title="loan payment chart" src="http://peltiertech.com/images/2008-12/payment-chart_ARM.gif" alt="loan payment chart" /></p>
<p>This example shows how a relatively simple template can be an elegant way to carry out an analysis with a minimum of difficulty.</p>
<p>Peltier Technical Services, Inc., Copyright © 2010.<br /> <br /><span style="font: 80% Verdana,Tahoma,Arial,sans-serif;">Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="nofollow" rel="license" >Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.<br /> <br />
<a href="http://www.exceluser.com/cmd.asp?Clk=2474005" rel="nofollow" ><IMG SRC="http://www.exceluser.com/images/info/pub/pnp468_01.jpg" ALT="Create Excel dashboards quickly with Plug-N-Play reports." WIDTH="468" HEIGHT="60" border=0></a><br />
<br /><img src="http://www.exceluser.com/cmd.asp?Imp=2474005" width="0" height="0" border="0"></p>



Bookmark and share this entry:


	<a rel="nofollow"  href="http://twitter.com/home?status=Excel%20Templates%20Demystified%20-%20http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F" title="Twitter"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified&amp;bodytext=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a" title="Digg"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;t=Excel%20Templates%20Demystified" title="Facebook"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified&amp;source=Peltier+Tech+Blog+Peltier+Tech+Excel+Charts+and+Programming+Blog&amp;summary=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a" title="LinkedIn"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified&amp;notes=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a" title="del.icio.us"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F" title="Technorati"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified" title="StumbleUpon"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified&amp;annotation=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a" title="Google Bookmarks"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;title=Excel%20Templates%20Demystified" title="Reddit"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;t=Excel%20Templates%20Demystified" title="MySpace"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://slashdot.org/bookmark.pl?title=Excel%20Templates%20Demystified&amp;url=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F" title="Slashdot"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;submitHeadline=Excel%20Templates%20Demystified&amp;submitSummary=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fpeltiertech.com%2FWordPress%2Fexcel-templates-demystified%2F&amp;t=Excel%20Templates%20Demystified&amp;s=Excel%20templates%20are%20a%20useful%20way%20to%20reuse%20structure%2C%20content%2C%20and%20formatting%20among%20many%20different%20projects.%20You%20can%20save%20your%20own%20workbooks%20as%20custom%20templates%2C%20or%20use%20templates%20from%20other%20sources.%20You%20can%20use%20a%20template%20in%20two%20ways.%20You%20can%20create%20a" title="Tumblr"><img src="http://peltiertech.com/WordPress/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://peltiertech.com/WordPress/excel-templates-demystified/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
