Introduction to macros

Size: px
Start display at page:

Download "Introduction to macros"

Transcription

1 L E S S O N 6 Introduction to macros Suggested teaching time minutes Lesson objectives In this lesson, you will learn about macros by: a b c Running and recording a new macro by using the record macro feature. Editing a macro by using Visual Basic for Applications, and testing the macro. Creating a custom toolbar and assigning a macro to it; deleting a macro by using the Macro dialog box; and deleting a custom toolbar by using the Toolbar dialog box. 6-1

2 Word 2000: Level 2 Ashbury Training a Running and recording macros what s new The following new software features are discussed in this topic: Enhanced toolbar and menu customization New Open dialog box New Save As dialog box Concepts > Recording and running a macro A macro is a stored series of instructions that can be run by invoking a single command. Figuratively speaking, a macro enables you to kill two or more birds with one stone. You can use macros to automate and standardize complex and repetitive tasks. Examples include creating standard headers and footers, creating and formatting a complex table, and formatting a document to conform to a particular set of style guidelines. Macros can include keystrokes (function and shortcut keys) and mouse clicks (selections in dialog boxes, menus, and toolbars). However, mouse movements, such as using the mouse to select a word in the document window itself, cannot be recorded. & The company has a new name with an approved trademark. You will need to update all company literature to reflect the change. Task A-1: Running a macro q Objective: To run a pre-recorded macro that will replace Burke Properties, Inc. with Burke Properties and then add a trademark symbol. 1. Open Running And Recording If necessary, click on the Enable Macros button To enable the file to open. M If the Macro Security (Tools, Macro, Security ) is set at High, students will not be able to run the macro. Set the security at Medium to enable the macro to run. 2. Observe the document Notice that the company is referred to as both Burke Properties, Inc. and Burke Properties and that neither bears a trademark symbol. 3. Choose _Tools Macro Macros..._ From the Macros In dropdown menu, select Running And Recording.doc (Document), if necessary (Or press Alt +F8.) To display the Macros dialog box. The macro is stored in the Running And Recording document. In the Description text box, you can read about what the macro does. 4. Select NameChange, if necessary Click on Run To execute the macro. 5. Observe the document The macro changed all Burke Properties, Inc. to Burke Properties and inserted a trademark symbol after each instance of the new name. 6-2

3 Ashbury Training Lesson 6: Introduction to macros Concepts > Recording a macro You can record a macro in Word by using the Macro Recorder. Once the Macro Recorder is started, Word records every action until you click on either the Pause Recording or the Stop Recording button. By clicking on the Pause Recording button, you can perform actions you do not want recorded. When you are ready to resume recording the macro, you can click on the Pause Recording button again. Recording a macro takes planning. Before you begin recording, practice the steps you want to record on a sample document. Here are some things to consider prior to recording a macro: Do not use the mouse within the document window. Use the keyboard or menus to select text or to place the insertion point in documents. Include all clean up actions in the macro, such as removing toolbars, saving and closing documents, closing dialog boxes, and returning to your usual view. When a macro is to be used on multiple documents, do not perform actions specific to the document you are using. Storing a macro When you choose Record New Macro, you can tell Word where to store, or save, the macro. You can store macros in either a document or in a template. If a macro is useful only to the document that was open when it was recorded, store the macro in that document. Doing so makes that macro applicable only to that single document. If you want the macro to be made available to similar documents, store the macro in the template on which the documents will be based. If you want the macro to be available to all open Word documents, regardless of which template the document was based on, store the macro in the Normal template. (By default, Word stores macros in the Normal template.) 6-3

4 Word 2000: Level 2 Ashbury Training Task A-2: Recording a macro q Objective: To record a macro that will create a header and footer with standard information. Tip: Remind students that all clicks and keystrokes they make between starting the macro recording and stopping it will be recorded. Before you begin: Running And Recording is open. 1. On the status bar, doubleclick on the gray REC indicator To display the Record Macro dialog box. M Tell students that macro names must begin with a letter and cannot contain spaces or special characters or they will get an invalid procedure error message. 2. In the Macro Name text box, type HeaderFooter From the Store Macro In drop-down list, select Running And Recording.doc (Document), if necessary To name the macro. Tip: Remind students that their mouse movements are not recorded. In the Description text box, select the existing text and type Inserts standard header and footer text. Click on OK 3. Observe the mouse pointer Observe the status bar Observe the Macro Record toolbar 4. Choose _View Header_And_Footer_ 5. Verify that the insertion point is in the Header area This will store the macro in the Running And Recording document. Although the macro description is optional, it is recommended. To begin recording the macro. The cassette picture attached to it indicates that the macro is recording. The REC indicator now appears in black, showing that the macro recorder is on and recording. It contains a Stop Recording button and a Pause Recording button. To display the Header And Footer toolbar. Type Burke Properties 6-4

5 Ashbury Training Lesson 6: Introduction to macros 6. Click on the Switch Between Header And Footer button To display the footer area. 7. Press T Click on the Insert Page Number button Press s To center the footer text. To add the page number into the footer. Type of Press s Click on the Insert Number Of Pages button Tip: Remind the students to clean up the screen. They should close all menus, toolbars, or other tools they may have used while recording the macro. 8. On the Headers And Footers toolbar, click on Close 9. Click on the Stop Recording button To add the total number of pages to the footer. To stop recording the macro. 10. Observe the document Both a header and footer have been added. (You may have to scroll to view them.) A copy of the HeaderFooter macro the students just recorded is available in the file used in Task B- 1. So if students are having difficulty recording the macro here, let them know that they can use the HeaderFooter macro supplied in the next task. 11. Save the document as My Running And Recording Close the document 6-5

6 Word 2000: Level 2 Ashbury Training b Concepts > The HeaderFooter macro from Topic A is included in the data file used in Task B-1. Storing a copy of the macro in the data file reduces possible setup problems and provides students with a common starting point. Editing and testing a macro If you need to make changes to a macro, you can either re-record it using the same name or you can edit it in the macro-editing window. The macro-editing window is actually a mini-application, so that when you edit the macro, you leave Word and enter the Visual Basic for Applications mini-program. (Macros are written in Word s programming language, Visual Basic for Applications.) When you are done editing the macro, close Visual Basic for Applications and return to Word. Task B-1: Editing a macro 1. Open Editing And Testing If necessary, click on the Enable Macros button 2. Choose _Tools Macro Macros..._ 3. If necessary, select HeaderFooter 4. Click on Edit Word opens the Visual Basic for Applications miniapplication to edit your macro. M Warn the students to be sure they place the insertion point after the s but inside the end quotation mark. 5. Observe the macro in the Microsoft Visual Basic window 6. Place the insertion point after the s in Burke Properties Type : We ll find the right property for you! 7. Choose _File Close_And_Return_To_Microsoft_Word_ Macros are written in Microsoft s programming language, Visual Basic for Applications. You might need to scroll to see the text. To add the company slogan to the header. To return to Word. The change is automatically saved. Testing an edited macro Concepts > Because editing a macro does not involve recording actions that you perform, it is best to run the macro as a test immediately after you edit it. You might also want to rename the macro to clarify its purpose or to reflect the changes you made to it. 6-6

7 Ashbury Training Lesson 6: Introduction to macros Task B-2: Testing an edited macro 1. Choose _Tools Macro Macros..._ 2. If necessary, select HeaderFooter 3. Click on Run To run the edited macro. 4. Scroll to observe the document The header and footer are now displayed and the slogan has been added to the header. 5. Close the file without saving 6-7

8 Word 2000: Level 2 Ashbury Training c Concepts > Custom toolbars Word supplies several convenient toolbars which, once displayed, give you instant access to nearly every menu function with just the click of a button. When you create a custom toolbar, you can add your own buttons for actions that you frequently perform to save time on mouse clicks or keystrokes. For example, if you add the Close button to your custom toolbar, you would click on the Close button once, rather than using the menu commands (File, Close). Task C-1: Creating a custom toolbar 1. Open Custom Toolbars If necessary, click on the Enable Macros button 2. Choose _View Toolbars Customize..._ (] on any toolbar.) To display the Customize dialog box. 3. Select the Toolbars tab, if necessary Click on New... To display the New Toolbar dialog box. 4. In the Toolbar Name text box, type your name In the Make Toolbar Available To drop-down list, select Custom Toolbars This will store the custom toolbar with the Custom Toolbars document. Click on OK The toolbar is displayed. 5. Select the Commands tab 6-8

9 Ashbury Training Lesson 6: Introduction to macros 6. In the Categories list box, verify that File is selected In the Commands list box, locate and select the Close button 7. Drag the selected Close button to the custom toolbar This button closes all windows of the active document. To add the Close button to the custom toolbar. 8. Select the Edit category Add the Repeat button to the custom toolbar 9. Drag the Close button off the custom toolbar To remove the button from the custom toolbar. Practice Task 1. Add two or more buttons from the available categories to the custom toolbar. Close the Customize dialog box. 2. Drag the toolbar to a location designated by your instructor. Concepts > Assigning a macro to the toolbar Macros, though handy, are not readily accessible. To solve this problem, you can assign any macro, including your own, to a button and then place it on a custom toolbar. This is an excellent time saver, because rather than choosing all of the menu options to run the macro, you can click on the macro button on the toolbar to run it. 6-9

10 Word 2000: Level 2 Ashbury Training Task C-2: Assigning a macro to the toolbar Before you begin: Practice Task C-1 is completed. Your personal toolbar is displayed. 1. Choose _View Toolbars Customize..._ To display the Customize dialog box. Select the Commands tab, if necessary 2. In the Categories list box, locate and select Macros In the Save In drop-down menu, select Custom Toolbars.doc, if necessary In the Commands list box, select Project.NewMacros.HeaderFooter 3. Drag the selected macro to the custom toolbar To display the Macros stored in the Custom Toolbars menu. That is the full name of the HeaderFooter macro. (You may have to relocate the custom toolbar to see it.) 4. With the macro button still selected, in the Customize dialog box, click on the Modify Selection button 5. Place the insertion point in the Name box Select the existing text and type HeaderFooter To rename the toolbar button that will represent the macro. Press R 6. Close the Customize dialog box Observe the button on your custom toolbar The name has been changed from Normal.NewMacros.HeaderFooter to HeaderFooter. 7. Save the file as My Custom Toolbars Practice Task Add the NameChange macro to the custom toolbar and rename the button NameChange. 6-10

11 Ashbury Training Lesson 6: Introduction to macros Deleting macros and custom toolbars Concepts > Many macros and toolbars are designed to be used for a specific project. Upon completing the project, it is a good time to review your macros and toolbars to determine which ones, if any, are no longer needed. The project mop-up is a good habit to develop because by deleting those macros and toolbars that you no longer need, you can free up disk space and reduce clutter. This will also make it easier for you and anyone using your computer to work more efficiently on the next job. Task C-3: Deleting a macro Before you begin: Practice Task C-2 is completed. 1. Choose _Tools Macro Macros..._ (Or press Alt + F8.) To display the Macros dialog box. In the Macros In drop-down menu, verify that My Custom Toolbars.doc (document) is selected 2. Select NameChange, if necessary Click on the Delete button Click on Yes To delete the macro. To confirm the deletion. 3. Close the Macros dialog box The NameChange button should be removed from the toolbar because it has no function after the macro is deleted. 4. Observe the custom toolbar Click on the NameChange button Click on OK 5. Choose _View Toolbars Customize..._ 6. Drag the NameChange button off the custom toolbar Practice Task 1. Delete the HeaderFooter macro. 2. Remove the HeaderFooter button from the custom toolbar. The NameChange button is still there. The NameChange macro does not work because it has been deleted. To close the warning dialog box. (] on any toolbar.) To delete the NameChange button from the custom toolbar. 6-11

12 Word 2000: Level 2 Ashbury Training Task C-4: Deleting a custom toolbar Before you begin: The Customize dialog box is displayed. 1. Select the Toolbars tab if necessary 2. In the Toolbars list box, select your custom toolbar Click on the Delete button Click on OK 3. Close the Customize dialog box To delete your toolbar. Your toolbar has been deleted. 4. Close the file without saving 6-12

13 Ashbury Training Lesson 6: Introduction to macros ( Practice Unit for Lesson 6 In this activity, you will create and use a macro. 1. Create a new document. 2. Create a macro named Table3x3 to set up a table with three rows and three columns. Store the macro in the Normal template. 3. Create a new custom toolbar called My Toolbar and make it available to the Normal template. 4. Add the macro to your new toolbar and modify the button s name. 5. Create a new document. 6. Use the Table3x3 macro button on the custom toolbar to run the macro. 7. Delete the macro from the Normal template. 8. Delete the custom toolbar. 9. Close all the documents without saving changes. 6-13

14 Word 2000: Level 2 ) Wrap-up for Lesson 6 a What instructions can be included in a macro? Keystrokes and mouse clicks. b Why is it helpful to be able to edit a macro after it has already been created? If you need to repair the macro or update information in it, you do not have to re-record the entire macro. c What are some of the benefits of creating custom toolbars? Possible answers: You can combine buttons from existing toolbars on a custom toolbar to make those features you use the most readily available. You can create toolbars that are specific to a project. If you share a computer, each user can have his or her own toolbar(s). 6-14

Word Processing vs. Desktop Publishing

Word Processing vs. Desktop Publishing Automating Microsoft Word 2003 1 Course Topics: I. MS Word Overview II. Using Styles III. Using Templates IV. Running and Recording a Macro Microsoft Word Review Word Processing vs. Desktop Publishing

More information

Controlling page appearance

Controlling page appearance L E S S O N 6 Controlling page appearance Suggested teaching time 35-45 minutes Lesson objectives To be able to change the appearance of the document at the page level, you will: a b c Create and view

More information

Introduction to macros

Introduction to macros L E S S O N 7 Introduction to macros Suggested teaching time 30-40 minutes Lesson objectives To understand the basics of creating Visual Basic for Applications modules in Excel, you will: a b c Run existing

More information

Introduction to PowerPoint

Introduction to PowerPoint L E S S O N 1 Introduction to PowerPoint Lesson objectives Suggested teaching time To become familiar with PowerPoint's presentation capabilities, you will: 40-50 minutes a b c Start the program, open

More information

Introduction to templates

Introduction to templates L E S S O N 5 Introduction to templates Suggested teaching time 35-45 minutes Lesson objectives In this lesson, you will learn how to use Word templates by: a b c Discussing and viewing existing templates.

More information

Beginning a presentation

Beginning a presentation L E S S O N 2 Beginning a presentation Suggested teaching time 40-50 minutes Lesson objectives To learn how to create and edit title and bullet slides, you will: a b c d Select slide types by using the

More information

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format

6. In the last Import Wizard dialog box, click Finish. Saving Excel Data in CSV File Format PROCEDURES LESSON 39: WKING WITH FILE FMATS Using the Compatibility Checker 2 Click Info 3 Click Check for Issues 4 Click Check Compatibility 5 Review the issues and click OK Importing a File 1 Click the

More information

Introduction to the workbook environment

Introduction to the workbook environment L E S S O N 7 Introduction to the workbook environment Lesson objectives Suggested teaching time To begin using the three-dimensional aspect of the Excel workbook, you will: 60-70 minutes a b c d Work

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

More information

Don't move the mouse or touch the keyboard.

Don't move the mouse or touch the keyboard. Evoluent Mouse Manager for Windows Don't move the mouse or touch the keyboard. The less movements you make, the more relaxed you are. The Evoluent Mouse Manager software was created to let you do many

More information

The Internet and the Web

The Internet and the Web L E S S O N 7 The Internet and the Web Suggested teaching time 35-45 minutes Lesson objectives In this lesson, you will learn how to use Word s Web page creation features by: a b c d Discussing Internet

More information

Check the spelling of the worksheet by using Excel s spelling check feature.

Check the spelling of the worksheet by using Excel s spelling check feature. L E S S O N 6 Printing a worksheet Suggested teaching time 40-50 minutes Lesson objectives To prepare a worksheet for printing, you will: a b c d Check the spelling of the worksheet by using Excel s spelling

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

Introduction to tabs and tables

Introduction to tabs and tables L E S S O N 5 Introduction to tabs and tables Suggested teaching time 40-50 minutes Lesson objectives To work with tab stops and tables in your document, you will: a b c Identify, set, edit, and remove

More information

Working with multimedia

Working with multimedia L E S S O N 2 Working with multimedia Suggested teaching time 60-70 minutes Lesson objectives To become familiar with PowerPoint s multimedia functions, you will: a b c Insert and customize clip art by

More information

Building interactive presentations

Building interactive presentations L E S S O N 5 Building interactive presentations Lesson objectives Suggested teaching time To become familiar with interactive presentations, you will: 60-70 minutes a b c Create internal and external

More information

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003 Office 2010: Transition from Office 2003 Contents Office 2010: Transition from Office 2003... 1 Moving to Microsoft Office 2010... 1 Universal Features... 2 KeyTips... 2 Backstage View... 2 Quick Access

More information

Key Terms. Differentiation Extended Time Four square

Key Terms. Differentiation Extended Time Four square Subject: Computer Applications Grade: 9th Mr. Holmes Unit Lesson Layer Duration MS Excel Enhancing a Worksheet Applied (do) 10/1/12 10/11/12 Essential Questions What do you think about, prove, apply, what

More information

Examples: To speed up routine editing and formatting Page X of Y. If you type teh plus a space, AutoCorrect replaces it with "the.

Examples: To speed up routine editing and formatting Page X of Y. If you type teh plus a space, AutoCorrect replaces it with the. Ways to Automate Repetitive Tasks: AutoText The AutoText feature lets you specify a short name for a body of text or graphics and then lets you insert that body of material just by typing the short name.

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

Document Formatting with Word

Document Formatting with Word This activity will introduce you to some common tasks that you ll be doing throughout the semester. Specifically, it will show you how to format your documents in the standard document format. By learning

More information

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Lesson 3 - Creating Documents with MS word 2010 Introduction to Word Processing MS-Word 2010 is word processing application that is used create and edit documents such as: Books, letters, reports, newsletters,

More information

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2

Excel 2010 Charts - Intermediate Excel 2010 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2 Table of Contents COURSE OVERVIEW... 2 DISCUSSION... 2 COURSE OBJECTIVES... 2 COURSE TOPICS... 2 LESSON 1: MODIFY CHART ELEMENTS... 3 DISCUSSION... 3 FORMAT A CHART ELEMENT... 4 WORK WITH DATA SERIES...

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Using protection and display options

Using protection and display options L E S S O N 6 Using protection and display options Lesson objectives Suggested teaching time In order to display and protect your worksheet data, you will: 40-50 minutes a b c Create and control comments

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

Getting Acquainted with Office 2007 Table of Contents

Getting Acquainted with Office 2007 Table of Contents Table of Contents Using the New Interface... 1 The Office Button... 1 The Ribbon... 2 Galleries... 2 Microsoft Help with Changes... 2 Viewing Familiar Dialog Boxes... 2 Download Get Started Tabs from Microsoft...

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

DOWNLOAD PDF MICROSOFT OFFICE POWERPOINT 2003, STEP BY STEP

DOWNLOAD PDF MICROSOFT OFFICE POWERPOINT 2003, STEP BY STEP Chapter 1 : Microsoft Office Excel Step by Step - PDF Free Download Microsoft Office PowerPoint Step by Step This is a good book for an 76 year old man like me. It was a great help in teaching me to do

More information

To complete this project, you will need the following folder:

To complete this project, you will need the following folder: = CHAPTER 1 Windows 7 More Skills 12 Use Libraries to Organize Files A library is a collection of files and folders stored in different locations on your computer that can be viewed as a single folder.

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

Navigating a Database Efficiently

Navigating a Database Efficiently Navigating a Database Efficiently 1 Navigating a Database Efficiently THE BOTTOM LINE Often, the people who use a database are not the same people who create a database, and thus they may have difficulty

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

?s t 2 W ; g 0 } 9 m! * = 5 z A & # + 92 Guidebook

?s t 2 W ; g 0 } 9 m! * = 5 z A & # + 92 Guidebook ? s W g ;0 6 t 9} = 3 * 7 & A # z m @! 92 % 2 5 + Guidebook Contents Introduction................................................1 WordPerfect tutorials.........................................5 Quattro

More information

Lesson 2. Using the Macro Recorder

Lesson 2. Using the Macro Recorder Lesson 2. Using the Macro Recorder When the recorder is activated, everything that you do will be recorded as a Macro. When the Macro is run, everything that you recorded will be played back exactly as

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information

Introduction WordPerfect tutorials Quattro Pro tutorials Presentations tutorials WordPerfect Lightning tutorial...

Introduction WordPerfect tutorials Quattro Pro tutorials Presentations tutorials WordPerfect Lightning tutorial... Guidebook Contents Introduction..................................................... 1 WordPerfect tutorials.............................................. 3 Quattro Pro tutorials.............................................

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access USING MICROSOFT ACCESS 1 Interfaces 2 Basic Macros 2 Exercise 1. Creating a Test Macro 2 Exercise 2. Creating a Macro with Multiple Steps 3 Exercise 3. Using Sub Macros 5 Expressions

More information

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button.

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button. L E S S O N 3 Merging Suggested teaching time 45-55 minutes Lesson objectives In this lesson, you will learn the basics of mail merge by: a b c d e Creating a main document and a data source by using the

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002 University of Arizona Information Commons Training Page 1 of 21 WORD XP/2002 USER GUIDE Task- Formatting a Document in Word 2002 OBJECTIVES: At the end of this course students will have a basic understanding

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Potpourri 31 Lesson 3 P otpourri Les s on Topics The Fill Command Wrapping Text View Options Edit Options Other Fill Handle Uses Les s on Objectives At the end of the lesson, you will be able

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

Creating and using reports

Creating and using reports L E S S O N 6 Creating and using reports Lesson objectives To present data from your tables, you will need to generate reports. To create and use reports, you will: a b Create a standard report with data

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Certificate II in Information Technology

Certificate II in Information Technology Certificate II in Information Technology General Description Learning Outcomes The skills and knowledge acquired in this courseware are sufficient to be able to use and operate a personal computer using

More information

To be able to create charts that graphically represent your worksheet data, you will: Create column charts on chart sheets by using the F11 key.

To be able to create charts that graphically represent your worksheet data, you will: Create column charts on chart sheets by using the F11 key. L E S S O N 1 Creating charts Suggested teaching time 55-65 minutes Lesson objectives To be able to create charts that graphically represent your worksheet data, you will: a b c Create column charts on

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

WORD 2010 TIP SHEET GLOSSARY

WORD 2010 TIP SHEET GLOSSARY GLOSSARY Clipart this term refers to art that is actually a part of the Word package. Clipart does not usually refer to photographs. It is thematic graphic content that is used to spice up Word documents

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

PowerPoint 2003: Basic Instructor s Edition

PowerPoint 2003: Basic Instructor s Edition PowerPoint 2003: Basic Instructor s Edition ILT Series COPYRIGHT Axzo Press. All rights reserved. No part of this work may be reproduced, transcribed, or used in any form or by any means graphic, electronic,

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

ASSEMBLER USER GUIDE. Developed and published by Expedience Software Copyright Expedience Software

ASSEMBLER USER GUIDE. Developed and published by Expedience Software Copyright Expedience Software ASSEMBLER USER GUIDE Developed and published by Expedience Software Copyright 2012-2017 Expedience Software User Guide Contents About this Guide... 1 The User Guide 1 Install Expedience Ribbons... 2 Open

More information

Changing the Layout of a Document

Changing the Layout of a Document LESSON 5 Changing the Layout of a Document 5.1 After completing this lesson, you will be able to: Adjust page margin settings. Set paragraph indentation and spacing. Change indents and tab settings. Insert

More information

Using Word 2011 at Kennesaw State University

Using Word 2011 at Kennesaw State University Using Word 2011 at Kennesaw State University Creating Reports University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 - University Information

More information

Writer Guide. Chapter 16 Customizing Writer

Writer Guide. Chapter 16 Customizing Writer Writer Guide Chapter 16 Customizing Writer Copyright This document is Copyright 2011 2013 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General

More information

Access Macros & Advanced Topics

Access Macros & Advanced Topics Access Macros & Advanced Topics Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructor:

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will:

To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: L E S S O N 1 Excel basics Suggested teaching time 20-30 minutes Lesson objectives To understand the limitations of paper spreadsheets and to explore the Excel environment, you will: a b c Identify some

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information

Midterm Exam, October 24th, 2000 Tuesday, October 24th, Human-Computer Interaction IT 113, 2 credits First trimester, both modules 2000/2001

Midterm Exam, October 24th, 2000 Tuesday, October 24th, Human-Computer Interaction IT 113, 2 credits First trimester, both modules 2000/2001 257 Midterm Exam, October 24th, 2000 258 257 Midterm Exam, October 24th, 2000 Tuesday, October 24th, 2000 Course Web page: http://www.cs.uni sb.de/users/jameson/hci Human-Computer Interaction IT 113, 2

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Dissertation Template Instructions

Dissertation Template Instructions Dissertation Template Instructions These instructions explain how to edit the dissertation template without accidentally changing the required formatting of page numbers. The Dissertation Template is provided

More information

Customizing Ribbon with New Main Tab. 1 of 8

Customizing Ribbon with New Main Tab. 1 of 8 Customizing the Ribbon with your own Main tab (Menu) on THIS COMPUTER is a one-time setup Create your own Main tab with the most frequent commands YOU use. Here is the Main tab on my Ribbon which I created,

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Publisher Training Manual. Studio 2, Edenderry Court 13 Bayham Road Sevenoaks Kent TN13 3XB

Publisher Training Manual. Studio 2, Edenderry Court 13 Bayham Road Sevenoaks Kent TN13 3XB Intermediate Microsoft Word Publisher 2010 Training Manual Studio 2, Edenderry Court 13 Bayham Road Sevenoaks Kent TN13 3XB 0845 634 2171 info@ittraininguk.com Click here for our brochure Page TABLE OF

More information

TLMC SHORT CLASS: THESIS FORMATTING

TLMC SHORT CLASS: THESIS FORMATTING Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Creating A New Style... 3 Setting Margins... 4 Adding Page Numbers... 5 Step 1: Using Sections

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

Microsoft Office. PowerPoint Stockton University

Microsoft Office. PowerPoint Stockton University Microsoft Office PowerPoint 2013 Stockton University CustomGuide.com granted to Computer and Telecommunication Services a license agreement to print an unlimited number of copies of the CustomGuide Courseware

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Getting Started Guide. Chapter 3 Using Styles and Templates

Getting Started Guide. Chapter 3 Using Styles and Templates Getting Started Guide Chapter 3 Using Styles and Templates Copyright This document is Copyright 2005 2009 by its contributors as listed in the section titled Authors. You may distribute it and/or modify

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

USING MICROSOFT ACCESS 2013 Guided Project 7-1

USING MICROSOFT ACCESS 2013 Guided Project 7-1 Guided Project 7-1 For this project, you enhance the functionality of a database for a friend s music collection. You use Design view to create a main form and a subform, and customize the form to add

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Lehigh University Library & Technology Services

Lehigh University Library & Technology Services Lehigh University Library & Technology Services Start Word Open a file called day2 Microsoft WORD 2003 Day 2 Click the Open button on the Standard Toolbar Go to the A: drive and highlight day2 and click

More information

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master Course Description Advanced PowerPoint In the PowerPoint Introduction course, you learned how to create a new presentation, work with text objects, insert objects to enhance the presentation, add a background

More information