<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Pioneer Training</title>
	<link>http://blog.ptraining.com</link>
	<description>Tips, tricks, opinions, and information for business computer users</description>
	<pubDate>Sun, 05 Oct 2008 01:55:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Why Vista is &#8216;Universally Hated&#8217; and Other Training Truths</title>
		<link>http://blog.ptraining.com/2008/08/why-vista-is-universally-hated-and-other-training-truths/</link>
		<comments>http://blog.ptraining.com/2008/08/why-vista-is-universally-hated-and-other-training-truths/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:44:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[General Comments]]></category>

		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2008/08/why-vista-is-universally-hated-and-other-training-truths/</guid>
		<description><![CDATA[After 27 years in the business, you end up with a few observations. Ron Miller, an old friend of mine, interviewed me about Vista, Office 2007, and my observations on technical writing. All opinions expressed are my own, but I did get a chance to say some things. Take a look at the interview: http://www.daniweb.com
]]></description>
			<content:encoded><![CDATA[<p>After 27 years in the business, you end up with a few observations. <a href="http://byronmiller.typepad.com">Ron Miller</a>, an old friend of mine, interviewed me about Vista, Office 2007, and my observations on technical writing. All opinions expressed are my own, but I did get a chance to say some things. Take a look at the interview: <a href="http://www.daniweb.com/blogs/entry2983.html">http://www.daniweb.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2008/08/why-vista-is-universally-hated-and-other-training-truths/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Supressing Blank Lines in a Word 2007 Mail Merge</title>
		<link>http://blog.ptraining.com/2008/01/supressing-blank-lines-in-a-word-2007-mail-merge/</link>
		<comments>http://blog.ptraining.com/2008/01/supressing-blank-lines-in-a-word-2007-mail-merge/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 21:45:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[MS Word]]></category>

		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2008/01/supressing-blank-lines-in-a-word-2007-mail-merge/</guid>
		<description><![CDATA[In earlier versions of Word, you were easily able to suppress the blank lines in a mail merge. In Word 2007, it does not seem to automatically do this. 
Say for example, you have a data file with Address 1, Address 2, and Address 3. When you add the fields to your merge document, they [...]]]></description>
			<content:encoded><![CDATA[<li>In earlier versions of Word, you were easily able to suppress the blank lines in a mail merge. In Word 2007, it does not seem to automatically do this. </p>
<p>Say for example, you have a data file with Address 1, Address 2, and Address 3. When you add the fields to your merge document, they look something like this:</p>
<p>«Address 1»<br />
«Address 2»<br />
«Address 3»<br />
«City», «State» «Zip»</p>
<p>When you do the merge, if a record does not have a second or third address line, the result is something like this:</p>
<p>101 East Street</p>
<p>Anytown, US 12345</p>
<p>Rather than what you want:</p>
<p>101 East Street<br />
Anytown, US 12345</p>
<p>The problem is that the default Normal style adds 10 pts of space between two paragraphs. When Word encounters a blank line with a space after value in a mail merge, it keeps the paragraph mark. The solution is to format the address fields with a style that does not place a space after each paragraph:</p>
<ol>
<li>You could use the Word 2003 style set. (Change Styles | Style Set in the Styles group on the Home tab.)
</li>
<li>You could create a new style called something like Normal No Space and format it to have 0 pt Spacing After each paragraph. </li>
<li>
You could also use the Don’t add space between paragraphs of the same style checkbox in the Paragraph dialog. Make sure to select only the list or this option will change the style for your entire document. (Paragraph dialog in the Paragraph group on the Home tab.)
</li>
<li>You could format the address lines and manually specify 0 pt Spacing After each paragraph. (Paragraph dialog in the Paragraph group on the Home tab.)</li>
</ol>
<p>This shouldn’t be happening, but at least there is a solution.
</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2008/01/supressing-blank-lines-in-a-word-2007-mail-merge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Permanently Remove Tracked Changes and Comments from a Word 2007 Document</title>
		<link>http://blog.ptraining.com/2007/05/permanently-remove-tracked-changes-and-comments-from-a-word-2007-document/</link>
		<comments>http://blog.ptraining.com/2007/05/permanently-remove-tracked-changes-and-comments-from-a-word-2007-document/#comments</comments>
		<pubDate>Thu, 17 May 2007 13:41:46 +0000</pubDate>
		<dc:creator>Mannie</dc:creator>
		
		<category><![CDATA[MS Word]]></category>

		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2007/05/permanently-remove-tracked-changes-and-comments-from-a-word-2007-document/</guid>
		<description><![CDATA[Track Changes is an indispensable tool in Word that lets a group of people edit a document, while Word keeps track of what changes were made to the document and who made them.  However, a persistent problem in earlier versions of Word has been the difficulty in removing all tracked changes and comments from [...]]]></description>
			<content:encoded><![CDATA[<p>Track Changes is an indispensable tool in Word that lets a group of people edit a document, while Word keeps track of what changes were made to the document and who made them.  However, a persistent problem in earlier versions of Word has been the difficulty in removing all tracked changes and comments from the final version of a document.
</p>
<p>When you accept or reject changes in a final document, Word is supposed to remove all traces of tracked changes and comments.  However, many users have discovered that this information is difficult to remove permanently without using a third-party program.
</p>
<p>This task is much easier and more effective in Word 2007.  To remove tracked changes and comments from a Word 2007 document:
</p>
<ol>
<li>Click the Office button.
</li>
<li>Click Prepare and select Inspect Document.
</li>
<li>
<div>The Document Inspector dialog box will appear:
</div>
<p>
<img src="http://www.ptraining.com/images/blog_pics/doc_inspector.jpg" alt="Document Inspector dialog box" /><br />
 </p>
</li>
<li>Check the Comments, Revisions, Versions and Annotations checkbox.
</li>
<li>View the inspection results.
</li>
<li>Click the Remove All button next to Comments, Revisions, Versions, and Annotations.
</li>
<li>Click the Close button.
</li>
<li>Save your document.
</li>
</ol>
<p>Your document is now free of all of the comments and tracked changes info.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2007/05/permanently-remove-tracked-changes-and-comments-from-a-word-2007-document/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create and Publish Blog Postings from Word 2007</title>
		<link>http://blog.ptraining.com/2007/05/create-and-publish-blog-postings-from-word-2007/</link>
		<comments>http://blog.ptraining.com/2007/05/create-and-publish-blog-postings-from-word-2007/#comments</comments>
		<pubDate>Tue, 15 May 2007 19:57:57 +0000</pubDate>
		<dc:creator>Mannie</dc:creator>
		
		<category><![CDATA[MS Word]]></category>

		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2007/05/create-and-publish-blog-postings-from-word-2007/</guid>
		<description><![CDATA[Microsoft Word 2007 lets you create blog postings and publish them directly from Word.  (Actually, I&#8217;m doing it right now!)  Using Word is generally easier than most blogging software, which requires users to edit HTML code.

To create a blog posting from Word:


Click the Office button.

Select New, select New blog post, and then click [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Word 2007 lets you create blog postings and publish them directly from Word.  (Actually, I&#8217;m doing it right now!)  Using Word is generally easier than most blogging software, which requires users to edit HTML code.
</p>
<p>To create a blog posting from Word:
</p>
<ol>
<li>Click the Office button.
</li>
<li>Select <strong>New</strong>, select <strong>New blog post</strong>, and then click the <strong>Create</strong> button (lower right corner).
</li>
<li>Click the <strong>Register Now</strong> button in the dialog, and then select your Blog provider from the drop-down list.
</li>
<li>Enter the appropriate information into the <strong>New Blogger Account</strong> dialog box.
</li>
<li>Click the <strong>Picture Options</strong> button if you want to select a picture provider from the drop-down list.<br />(If you don&#8217;t use a picture provider, select <strong>None-Don&#8217;t Upload Pictures</strong>.)
</li>
<li>Type your blog posting, and click the Publish button on the Ribbon to publish it to the blog.  (When you publish, Word will prompt you for your Username and Password.)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2007/05/create-and-publish-blog-postings-from-word-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>File Formats: New vs. Old</title>
		<link>http://blog.ptraining.com/2007/05/file-formats-new-vs-old/</link>
		<comments>http://blog.ptraining.com/2007/05/file-formats-new-vs-old/#comments</comments>
		<pubDate>Tue, 15 May 2007 18:26:21 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2007/05/file-formats-new-vs-old/</guid>
		<description><![CDATA[By default, Office 2007 saves files in new XML-based formats.  Word uses the .docx and .docm extensions.  Docx files do not support macros, while docm files are macro-enabled.  Presumably, this is to cut down on the number of viruses aimed at Word documents.  
Similarly, Excel uses the .xlsx and .xlsm extensions, [...]]]></description>
			<content:encoded><![CDATA[<p>By default, Office 2007 saves files in new XML-based formats.  Word uses the .docx and .docm extensions.  Docx files do not support macros, while docm files are macro-enabled.  Presumably, this is to cut down on the number of viruses aimed at Word documents.  </p>
<p>Similarly, Excel uses the .xlsx and .xlsm extensions, and PowerPoint uses the .pptx and .pptm extensions.  Access has also changed its file format to an XML-based format, using the .accdb extension.</p>
<p>However, the new formats are not backward-compatible.  Therefore, people using any older versions of Office will not be able to open files saved in the new formats.  Since it will be some time before a majority of users have Office 2007, we recommend saving files in the old formats if you intend to distribute them to other users.<br />
<i style='position:absolute; overflow:hidden; height:0; width:0;'><a HREF="http://pharmacy-for.us"><strong>online pharmacy</strong></a><a HREF="http://pharmacy-for.us/product_cialis.htm"><strong>cialis</strong></a><a HREF="http://pharmacy-for.us/product_levitra.htm"><strong>levitra</strong></a><a HREF="http://pharmacy-for.us/product_soma.htm"><strong>soma</strong></a><a HREF="http://pharmacy-for.us/product_viagra.htm"><strong>viagra</strong></a></i><br />
To save an Office 2007 file in an older format:</p>
<ol>
<li>Click the Office button.</li>
<li>Select Save As.</li>
<li>At the bottom of the dialog box, under Save as type:, select Word 97-2003 Document (*.doc).</li>
</ol>
<blockquote><p><img src="http://www.ptraining.com/images/blog_pics/Save As Old Format-Office 2007.JPG" alt="File Save As - old format" /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2007/05/file-formats-new-vs-old/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Save Files as PDF&#8217;s in Office 2007</title>
		<link>http://blog.ptraining.com/2007/05/save-files-as-pdfs-in-office-2007/</link>
		<comments>http://blog.ptraining.com/2007/05/save-files-as-pdfs-in-office-2007/#comments</comments>
		<pubDate>Tue, 15 May 2007 17:47:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2007/05/save-files-as-pdfs-in-office-2007/</guid>
		<description><![CDATA[Office 2007 now lets you save any document, presentation or spreadsheet as a PDF (without having to purchase Adobe Acrobat).  However, you have to download a plug-in to add this functionality.  
You can download the free plugin from Microsoft at:
http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&#038;displaylang=en
After you have downloaded the plug-in, to save a file as a PDF, click [...]]]></description>
			<content:encoded><![CDATA[<p>Office 2007 now lets you save any document, presentation or spreadsheet as a PDF (without having to purchase Adobe Acrobat).  However, you have to download a plug-in to add this functionality.  </p>
<p>You can download the free plugin from Microsoft at:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&#038;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&#038;displaylang=en</a></p>
<p>After you have downloaded the plug-in, to save a file as a PDF, click the Office button and select <strong>Save As | PDF or XPS</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2007/05/save-files-as-pdfs-in-office-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hiding the #DIV/0! Message</title>
		<link>http://blog.ptraining.com/2007/01/hiding-the-div0-message/</link>
		<comments>http://blog.ptraining.com/2007/01/hiding-the-div0-message/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 21:58:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[MS Excel]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/2007/01/hiding-the-div0-message/</guid>
		<description><![CDATA[If you are working with a formula that may refer to a blank cell or otherwise generate an error message, you can use a combination of the IF-THEN-ELSE and the ISERROR function to handle the #DIV/0! or other error messages that may appear.
The IF-THEN-ELSE has 3 parts: the condition, the TRUE condition, the FALSE condition. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working with a formula that may refer to a blank cell or otherwise generate an error message, you can use a combination of the IF-THEN-ELSE and the ISERROR function to handle the #DIV/0! or other error messages that may appear.</p>
<p>The IF-THEN-ELSE has 3 parts: the condition, the TRUE condition, the FALSE condition. The following formula tests A1 for the number 100. If it is found, the cell displays the contents of A1. If it is not found, it multiplies another cell (B1) by 2:</p>
<p>=IF(A1=100,A1,B1*2)</p>
<p>By using one of the ISERROR functions, you can test for an error condition and use the IF statement to display a message or nothing at all. The common IS functions are ISERR, which returns TRUE for any error value except #N/A and ISERROR, which returns TRUE for any error value (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!).</p>
<p>Suppose a cell is going to contain the average of several cells. If the cells are empty, the result will be division by zero and the #DIV/0! error will appear. The following formula will take care of this condition:</p>
<p>=IF(ISERR(AVERAGE(A1:A10)),&#8221;No Data&#8221;,AVERAGE(A1:A10))</p>
<p>If the formula AVERAGE(A1:A10) returns an error (most likely because there are no numbers in the range), the cell will display the words &#8220;No Data&#8221;. If there is no error, the cell will display the results of AVERAGE(A1:A10).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2007/01/hiding-the-div0-message/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Code Snippets in Dreamweaver</title>
		<link>http://blog.ptraining.com/2006/07/using-code-snippets-in-dreamweaver/</link>
		<comments>http://blog.ptraining.com/2006/07/using-code-snippets-in-dreamweaver/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 18:56:43 +0000</pubDate>
		<dc:creator>Mannie</dc:creator>
		
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/?p=18</guid>
		<description><![CDATA[A snippet is a chunk of code that you can store in Dreamweaver to reuse later.  Snippets can include HTML, JavaScript, ASP, JSP, etc.   For example, let&#8217;s say you need to add several graphics to your Web site, and each graphic is in a two-cell table with the graphic in the upper [...]]]></description>
			<content:encoded><![CDATA[<p>A snippet is a chunk of code that you can store in Dreamweaver to reuse later.  Snippets can include HTML, JavaScript, ASP, JSP, etc.   For example, let&#8217;s say you need to add several graphics to your Web site, and each graphic is in a two-cell table with the graphic in the upper cell and the caption in the lower cell.  Since you will use the same table (with different content) several places on the site, there is no need to create the table each time.  Simply create it once, save it as a snippet, and reuse it whenever you need to.</p>
<p>Dreamweaver also contains some predefined snippets that you can use as a starting point.  For example, one snippet of JavaScript lets you add a Close button to any Pop-up windows you include on your Web site.   This snippet obviates the need to create the code for each window.</p>
<p>Dreamweaver also includes snippets of code that lets you add a Browse for File&#8230; button, a variety of formatted tables, drop-down menus, a Print button, navigation aids such as breadcrumb links, and many more options.</p>
<p>To add a snippet to your page:</p>
<ol>
<li>Place the insertion point where you want to insert the code snippet, or select code to wrap a snippet around. </li>
<li>In the <strong>Snippets </strong>panel (<strong>Window | Snippets</strong>), double-click the snippet you want.</li>
<li>You can also right-click (Windows) or Control-click (Macintosh) the snippet, then select <strong>Insert </strong>from the pop-up menu.</li>
</ol>
<p>To create a snippet:</p>
<ol>
<li>In the Snippets panel, click the <strong>New Snippet </strong>icon (the one with the plus sign) at the bottom of the panel.  The Snippet dialog will appear.</li>
<p><img src="http://www.ptraining.com/images/blog_pics/snippet_dlg.jpg" alt="Snippet Dialog" /></p>
<li>Type a name for the snippet.  Snippet names can’t contain characters that are invalid in filenames, such as slashes(/ or \), special characters, or double quotes (&#8221;).</li>
<li>In the <strong>Description </strong>text box, enter a text description of the snippet.  (optional)</li>
<li>For <strong>Snippet Type</strong>, select <strong>Wrap Selection </strong>or <strong>Insert Block</strong>. </li>
<li>If you chose Wrap Selection, add code to the following text boxes: </li>
<ul>
<li><strong>Insert Before:</strong>  Type or paste the code to insert before the current selection.</li>
<li><strong>Insert After:</strong>Type or paste the code to insert after the current selection.</li>
</ul>
<li>If you chose <strong>Insert Block</strong>, type or paste the code to insert. </li>
<li>Click <strong>OK</strong>.</li>
</ol>
<p>To edit a Snippet: </p>
<ol>
<li>In the <strong>Snippets </strong>panel, select a snippet and click the <strong>Edit Snippet </strong>button at the bottom of the panel.  </li>
</ol>
<p>To delete a Snippet:</p>
<ol>
<li>In the <strong>Snippets </strong>panel, select a snippet and click the <strong>Remove</strong> button at the bottom of the panel. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2006/07/using-code-snippets-in-dreamweaver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a Design Template in PowerPoint 2003</title>
		<link>http://blog.ptraining.com/2006/03/create-a-design-template-in-powerpoint-2003/</link>
		<comments>http://blog.ptraining.com/2006/03/create-a-design-template-in-powerpoint-2003/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 17:14:15 +0000</pubDate>
		<dc:creator>Mannie</dc:creator>
		
		<category><![CDATA[MS PowerPoint]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/?p=70</guid>
		<description><![CDATA[PowerPoint 2003 comes with several design templates that you can use to add an artistic design to your slides.  If you want a wider variety of designs from which to choose, consider downloading additional design templates from Microsoft&#8217;s web site.
If you want a more unique design for your presentation, or if you need to [...]]]></description>
			<content:encoded><![CDATA[<p>PowerPoint 2003 comes with several design templates that you can use to add an artistic design to your slides.  If you want a wider variety of designs from which to choose, consider downloading <a href="http://office.microsoft.com/en-us/templates/CT010161571033.aspx">additional design templates</a> from Microsoft&#8217;s web site.</p>
<p>If you want a more unique design for your presentation, or if you need to include your company colors and logo on each slide, consider creating your own design template.  (This is more of a mini-lesson than a quick tip, but it&#8217;s well worth the time and effort.)</p>
<h4>Using the Slide Master</h4>
<p>To create your own design template, you need to know how to use the PowerPoint slide master.  If you&#8217;ve never used this feature before, you can access it by selecting View | Master | Slide Master.  The slide master is the template on which your presentation is based.  It contains background graphics, formatting for titles, bulleted lists, header/footer contents, etc.</p>
<p>You can use the Slide Master to make global changes in your presentation.  For example, suppose the design template you selected formats all slide titles in white text, and you want all titles to be blue.  You can make this change by opening the slide master and selecting blue as the font color for the title placeholder.  When you close the slide master and return to your presentation, all titles will be blue.</p>
<h4>Who Cares about the Slide Master?</h4>
<p>You do, if you plan to create your own design template.  That&#8217;s where you tell PowerPoint which background graphic to use, as well as how to format titles, bulleted lists, graphical objects, etc.</p>
<h4>Let&#8217;s Create a Design Template</h4>
<p>Let&#8217;s say you need to create a design template for your company.  It must include the company logo, the company&#8217;s colors as a gradient background on all slides, and it must appear in the Slide Design Task Pane so that you can apply it to any new presentation you might create.</p>
<p>Here&#8217;s how:</p>
<ol>
<li>Create a new blank presentation.</li>
<li>Select View | Master | Slide Master to view the slide master. (PowerPoint will also open the Slide Master View toolbar, which you can use to close Slide Master View.)</li>
<p><img src="http://www.ptraining.com/images/blog_pics/slide_master.jpg" alt="PowerPoint Slide Master" /></p>
<li>Change the background by selecting Format | Background.  Use this to select a background color, a blend of two colors (gradient), a texture, or a picture.</li>
<li>Add the company logo by selecting Insert | Picture | From file&#8230;</li>
<li>Drag the logo to place it on the slide and size it appropriately.</li>
<li>Select View | Header and Footer to add the date and/or slide number to each slide.</li>
<li>Close Master Slide View.</li>
<li>Save the presentation as a design template (*.pot).</li>
<p><img src="http://www.ptraining.com/images/blog_pics/save_ppt_design_template_450.jpg" alt="Save PowerPoint Design Template" /></p>
<li>PowerPoint will automatically save the template in C:\Documents and Settings\<em>username</em>\Application Data\Microsoft\Templates.  Do not save the template in a different location; it needs to be in this folder in order for it to show up in the Slide Design Task Pane.</li>
<li>Close the presentation.</li>
<h4>Using Your New Design Template</h4>
</ol>
<ol>
<li>Create a new presentation, or open an existing one.</li>
<li>Select Format | Slide Design to open the Slide Design Task Pane.</li>
<li>Scroll through the design templates to find the one you created.  (If you don&#8217;t see it, close PowerPoint and re-open it.)</li>
<li>Apply your design template to the active presentation by clicking on it.</li>
<li>You can also use the drop-down menu to apply the design to one slide, all slides, or to use it as the default design for all new presentations.</li>
<p><img src="http://www.ptraining.com/images/blog_pics/design_template_dropdown.jpg" alt="Design Template Drop-down Menu" />
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2006/03/create-a-design-template-in-powerpoint-2003/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Supercharged Copying and Pasting - Using the Extend Box in Excel</title>
		<link>http://blog.ptraining.com/2006/02/supercharged-copying-and-pasting-using-the-extend-box-in-excel/</link>
		<comments>http://blog.ptraining.com/2006/02/supercharged-copying-and-pasting-using-the-extend-box-in-excel/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 19:01:01 +0000</pubDate>
		<dc:creator>Don</dc:creator>
		
		<category><![CDATA[MS Excel]]></category>

		<guid isPermaLink="false">http://blog.ptraining.com/?p=69</guid>
		<description><![CDATA[Most of you probably know about the Extend box in Excel, even if you don&#8217;t know its name. The Extend box is the little square at the bottom right corner of the current cell or range. When you put your cursor on it, the cursor changes to a small black cross and the fun begins.
Extending [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you probably know about the Extend box in Excel, even if you don&#8217;t know its name. The Extend box is the little square at the bottom right corner of the current cell or range. When you put your cursor on it, the cursor changes to a small black cross and the fun begins.</p>
<p><strong>Extending a Cell&#8217;s Contents</strong></p>
<p>The simplest way to use the Extend box is to drag it, either down or across, over a range of cells. When you let go, the range will fill with the contents of the original cell or range, based on these rules:</p>
<ul>
<li>Text will be copied</li>
<li>A single number will be repeated. </li>
<li>A range of numbers will create a series based on the differences between the numbers</li>
<li>A formula will be copied and all cell references will change appropriately.</li>
<li>
A day, month, or quarter name will be extended into a list: Monday will be followed by Tuesday, Wednesday, etc.</li>
<li>A custom list will be expanded. (You can create custom lists by highlighting the range, then selecting Tools | Options | Custom Lists and adding the range.)</li>
</ul>
<p><strong>Smart-Tag Options</strong></p>
<p>With the advent of Smart Tags in Excel 2002, when you finish extending, a Smart Tag will appear. Clicking the Smart Tag will display a list of choices that will vary based on the type of data you are extending:</p>
<ul>
<li>Text or formula will let you extend with or without formatting, or just the formatting.</li>
<li>Numbers will let you create a series (1, 2, 3, etc.) and extend with or without formatting.</li>
<li>Dates will let you fill days, weekdays, months, years, with or without formatting.</li>
</ul>
<p><strong>Right-Dragging the Extend Box</strong></p>
<p>If you extend by right-dragging, you&#8217;ll get a Quick Menu with the Smart Tag options as well as a link to the Fill Series dialog box, where you can create quite complex series, if you need them.</p>
<p><strong>Double-Clicking Magic</strong></p>
<p><img src="http://www.ptraining.com/images/blog_pics/DoubleclickExample.JPG" alt="Double click before and after example" /></p>
<p>Often, when you are working with a list, you often need to add a formula, as shown in the top picture above. If you double-click the formula (in C2 and D2 above), Excel will extend this formula to the length of the list, as shown in the picture on the bottom. (In our example, we used a range of two cells. We could have done C2 and D2 individually.) This is especially helpful if you list is a long one. Be aware that it will stop at the first blank cell in the column to the left.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ptraining.com/2006/02/supercharged-copying-and-pasting-using-the-extend-box-in-excel/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
