Microsoft PowerPoint/Excel Tips

horizontal rule

INDEX OF MICROSOFT POWERPOINT/EXCEL TIPS

MS POWERPOINT TIPS

 

Link two presentations together for continuous playback

Spell checking organisation charts in PowerPoint

Inverting text objects in PowerPoint

Navigating through PowerPoint's menus

Displaying a black slide at the end of your presentations

 

MS EXCEL TIPS

 

Easily remove unprintable characters from entries

Use a graphic file as a worksheet background

Overcoming problems when concatenating date

Print PivotTable groups on separate pages

Add a user-friendly button to run a macro in your workbook

 

MS WORD TIPS

 

Link two presentations together for continuous playback
To link two presentations together for continuous playback, first save in a folder both of the presentations you wish to loop.  Next, choose one of your presentations (either one will do) and double-click on the last slide. With the last slide visible, choose Insert/Object from the menu bar to open the Insert Object dialog box. Select the Create From File option button and then click the Browse button to open the Browse dialog box.  Locate the folder containing your two presentations, select the other presentation you wish to link to and click OK.  Next, select the Link check box and the Display As Icon check.  Click OK to insert the link.

 

You will notice that the link now appears as an icon on your slide.  Drag this icon off the side of your slide.  Now you need to tell PowerPoint when to display the linked presentation.  To do this, right-click on the icon and choose Custom Animation.  If the Effects tab is not already visible select it.  Next, change No Effect in the Entry Animation And Sound area to Appear.  Then, click on the Multimedia Settings tab and select Show from the Object Action dropdown list.  Finally, click on the Order & Timing tab and select the Automatically option button.  The default time of 00:00 seconds is fine.  Click OK to apply the changes.  Now set up your slide transitions.  Next, choose Slide Show/Set Up Show to open the Set Up Show dialog box.  In the Show Type area, select the Loop Continuously Until 'Esc' check box.
 Return to top
Spell checking organisation charts in PowerPoint
If you include OLE objects (such as charts and tables) in a presentation and then run spell checker, PowerPoint ignores any words included in the objects.

This is because PowerPoint can only check those words you actually enter in the application. PowerPoint’s spell checker skips OLE objects created in Microsoft Graph, Microsoft Organization Chart and the other Office applications.  Although you can spell check the data that creates the Excel chart while you're in Excel, you still can't spell check the organization chart in PowerPoint.

One way around this limitation is to ungroup the organization chart object.  However, you will not be able to double-click on the chart to return to Microsoft Organization Chart.  So after you're sure you've completed your organization chart, return to Slide View.  Click once on the chart object and choose Draw/Ungroup from the Drawing toolbar.  PowerPoint warns you that you're converting this object, but click Yes anyway.  Immediately choose Draw/Group to keep all the pieces and parts together.  Now use PowerPoint's spell checking feature to find any mistakes in your organization chart.
 Return to top
Inverting text objects in PowerPoint
Although you can rotate objects by clicking the Free rotate button on the Drawing toolbar, here is a quick way to flip your text in a split second.  First, choose Insert/Text Box and enter some text.  Next, click and hold on the upper-right selection handle of your text box and drag the handle down until it's below the text.  When you let go of the mouse button, the text flips upside down.
 Return to top
Navigating through PowerPoint's menus
 If you don't like using the mouse to move through PowerPoint's menus, you can access a menu simply by pressing the [Alt] key in conjunction with the first letter of the menu you'd like to open.

 

For example, if you press [Alt] F, the File menu opens.  Once you open a menu, you can use the arrow keys to navigate further.  To go up and down in a menu, press the up and down arrow keys.  You can use the right and left arrow keys to open submenus or to move right and left through the standard toolbar menus.

 

Toolbars operate on a similar basis.  For example, in Windows, you can press [Alt] R to open the Draw menu.  You'll also notice that one letter of each option in a menu is underlined. If you want to jump to an option, press the key that corresponds to the underlined letter.  Once you get used to this process, you'll be able to move through menus with ease.
 Return to top
Displaying a black slide at the end of your presentations
If you'd like to display a black slide at the end of your presentations by default, first choose Tools/Options.  This opens the Options dialog box.  Click on the View tab and select the End With Black Slide option.  Click OK to exit the dialog box.  Now PowerPoint will display a black slide when you reach the end of your presentation.
 Return to top

 

MS EXCEL TIPS

Easily remove unprintable characters from entries

A common occurrence that plagues imported data is the presence of unprintable characters.  For instance, text might contain control characters that indicate carriage returns or line feeds.  When viewed onscreen, they often appear as small squares within cell entries.

 

You can easily remove such characters using the CLEAN function.

 

Let's say your data is in cell A1. In cell A2, simply enter the formula =CLEAN(A1)  This returns a string without the offending characters. 

 

You'll usually want to save the results as static values so that you can eliminate the original inappropriate entries. To do so, select cell A2 and choose Edit/copy from the menu bar. Then, choose Edit/Paste Special from the menu bar, select the Values option button, and click OK.

 Return to top
Use a graphic file as a worksheet background
You can easily replace the default white background that Excel applies to all worksheet cells with a picture.  To do so, choose Format/Sheet/Background from the menu bar.  Then, locate and select a graphic file.  Most common file types are supported, including BMP, TIF, JPG, and GIF.  Click the Insert button to apply the background.  Excel displays the image in a tiled format. Note that the background is only visible onscreen - it won't appear on printouts.  To remove a background graphic, choose Format/Sheet/Delete Background from the menu bar.
 Return to top
Overcoming problems when concatenating dates
When you combine multiple data items as a string, using both the CONCATENATE function and the ampersand (&) operator, you may be surprised at the result when you have a date value among the items you're concatenating. For example, open a new worksheet, select cell A1 and enter the following:

"Today's Date Is: ".

Then, select cell B1 and enter:

 =TODAY()

Now, select cell A5 and enter the following:

 =A1 & B1

Instead of the result you might expect, you find a number in place of the date.  That's because Excel treats dates and times as serial numbers.  To see the number in a date structure, you need to format it appropriately when it gets converted to a string.  To do so, use the TEXT function.  In cell A6, enter the following formula:

 =A1 & TEXT(B1,"mm/dd/yyyy")

The result now incorporates B1's value formatted as a date.
 Return to top
Print PivotTable groups on separate pages
A PivotTable can group data summaries using multiple row fields.  For instance, a PivotTable report might provide sales revenue data summarized by several nested levels of detail.  At the top level, the PivotTable summarizes by state, then by county, then city, then individual store, and finally by employee.  When a PivotTable incorporates multiple row fields, you can print groups on their own pages.  For instance, you may want to print a new page whenever a new state value is encountered.  To set up this printing option, double-click on the appropriate field.  Then, click the Layout button.  Select the Insert Page Break After Each Item check box and click OK on the open dialog boxes.  Note that you can enable this setting for all but the lowest level of grouping fields (the rightmost row field). .
 Return to top
Add a user-friendly button to run a macro in your workbook
There are several ways to access your macros, but some of them are better suited to end users.  For instance, it may be easiest for end users who don't know as much about Excel to run a macro by clicking a button.  It only takes a few seconds to make this possible.  First, view the Forms toolbar by choosing View/Toolbars/Forms from the menu bar.  Then, click the Button icon and click on your worksheet where you'd like the button to appear.  In the Assign Macro dialog box that displays, select a macro from the Macro Name list box and click OK.  Or, if you've yet to write the macro, you can enter the macro's name in the text box, click the New button and then create the macro when the Visual Basic Editor opens.
 Return to top

 

Sandy Pratt is a director of 4-consulting, click here to view his profile.

horizontal rule

4-consulting 138 East Trinity Road, Edinburgh, EH5 3PR 
Telephone: 0131 551 1035

Copyright © 2010 4-consulting