Microsoft Office Automation with Visual FoxPro

Size: px
Start display at page:

Download "Microsoft Office Automation with Visual FoxPro"

Transcription

1

2 Microsoft Office Automation with Visual FoxPro Tamar E. Granor Della Martin Hentzenwerke Publishing

3 Published by: Hentzenwerke Publishing 980 East Circle Drive Whitefish Bay WI USA Hentzenwerke Publishing books are available through booksellers and directly from the publisher. Contact Hentzenwerke Publishing at: (fax) Microsoft Office Automation with Visual FoxPro By Tamar E. Granor and Della Martin Technical Editor: Ted Roche Copy Editor: Farion Grove Copyright 2000 by Tamar E. Granor and Della Martin All other products and services identified throughout this book are trademarks or registered trademarks of their respective companies. They are used throughout this book in editorial fashion only and for the benefit of such companies. No such uses, or the use of any trade name, is intended to convey endorsement or other affiliation with this book. All rights reserved. No part of this book, or the ebook files available by download from Hentzenwerke Publishing, may be reproduced or transmitted in any form or by any means, electronic, mechanical photocopying, recording, or otherwise, without the prior written permission of the publisher, except that program listings and sample code files may be entered, stored and executed in a computer system. The information and material contained in this book are provided as is, without warranty of any kind, express or implied, including without limitation any warranty concerning the accuracy, adequacy, or completeness of such information or material or the results to be obtained from using such information or material. Neither Hentzenwerke Publishing nor the authors or editors shall be responsible for any claims attributable to errors, omissions, or other inaccuracies in the information or material contained in this book. In no event shall Hentzenwerke Publishing or the authors or editors be liable for direct, indirect, special, incidental, or consequential damages arising out of the use of such information or material. ISBN: Manufactured in the United States of America.

4 This is dedicated to the ones we love.

5

6 v Our Contract with You, The Reader In which we, the folks that make up Hentzenwerke Publishing, describe what you, the reader, can expect from this book and from us. Hi there! I ve been writing professionally (in other words, eventually getting a paycheck for my scribbles) since 1974, and writing about software development since As an author, I ve worked with a half-dozen different publishers, and corresponded with thousands of readers over the years. As a software developer and all-around geek, I ve also acquired a library of more than 100 computer and software-related books. Thus, when I donned the publisher s cap four years ago to produce the 1997 Developer s Guide, I had some pretty good ideas of what I liked (and didn t like) from publishers, what readers liked and didn t like, and what I, as a reader, liked and didn t like. Now, with our new titles for the spring and summer of 2000, we re entering our third season. (For those keeping track, the 97 DevGuide was our first, albeit abbreviated, season, and the batch of six Essentials for Visual FoxPro 6.0 in 1999 was our second.) John Wooden, the famed UCLA basketball coach, had posited that teams aren t consistent they re always getting better or worse. We d like to get better One of my goals for this season is to build a closer relationship with you, the reader. In order to do this, you ve got to know what you should expect from us. You have the right to expect that your order will be processed quickly and correctly, and that your book will be delivered to you in new condition. You have the right to expect that the content of your book is technically accurate and up to date, that the explanations are clear, and that the layout is easy to read and follow without a lot of fluff or nonsense. You have the right to expect access to source code, errata, FAQs, and other information that s relevant to the book via our web site. You have the right to expect an electronic version of your printed book (in compiled HTML Help format) to be available via our web site. You have the right to expect that, if you report errors to us, your report will be responded to promptly, and that the appropriate notice will be included in the errata and/or FAQs for the book. Naturally, there are some limits that we bump up against. There are humans involved, and they make mistakes. A book of 500 pages contains, on average, 150,000 words and several megabytes of source code. It s not possible to edit and re-edit multiple times to catch every last

7 vi misspelling and typo, nor is it possible to test the source code on every permutation of development environment and operating system and still price the book affordably. Once printed, bindings break, ink gets smeared, signatures get missed during binding. On the delivery side, web sites go down, packages get lost in the mail. Nonetheless, we ll make our best effort to correct these problems once you let us know about them. And, thus, in return, when you have a question or run into a problem, we ask that you first consult the errata and/or FAQs for your book on our web site. If you don t find the answer there, please us at books@hentzenwerke.com with as much information and detail as possible, including (1) the steps to reproduce the problem, (2) what happened, and (3) what you expected to happen, together with (4) any other relevant information. I d like to stress that we need you to communicate questions and problems clearly. For example Your downloads don t work isn t enough information for us to help you. I get a 404 error when I click on the Download Source Code link on is something we can help you with. The code in chapter 14 caused an error again isn t enough information. I performed the following steps to run the source code program DisplayTest.PRG in chapter 14, and received an error that said Variable m.licounter not found is something we can help you with. We ll do our best to get back to you within a couple of days either with an answer, or at least an acknowledgment that we ve received your inquiry and that we re working on it. On behalf of the authors, technical editors, copy editors, layout artists, graphical artists, indexers, and all the other folks who have worked to put this book in your hands, I d like to thank you for purchasing this book, and hope that it will prove to be a valuable addition to your technical library. Please let us know what you think about this book we re looking forward to hearing from you. As Groucho Marx once observed, Outside of a dog, a book is a man s best friend. Inside of a dog, it s too dark to read. Whil Hentzen Hentzenwerke Publishing May, 2000

8 vii List of Chapters SECTION I Getting Started 5 Chapter 1: Introducing Automation 7 Chapter 2: The Office Servers 11 Chapter 3: Visual FoxPro as an Automation Client 29 SECTION II Automating Word 39 Chapter 4: Word Basics 41 Chapter 5: Intermediate Word 83 Chapter 6: Advanced Word 121 SECTION III Automating Excel 149 Chapter 7: Excel Basics 151 Chapter 8: Advanced Excel Features 189 Chapter 9: Excel s Graphing Engine 217 SECTION IV Automating PowerPoint 257 Chapter 10: PowerPoint Basics 259 Chapter 11: PowerPoint Advanced Features 297 SECTION V Automating Outlook 327 Chapter 12: Automating Outlook 329 SECTION VI Advanced Topics 349 Chapter 13: Inter-Office Communication 351 Chapter 14: Handling Automation Errors 369 Chapter 15: Wrapping Up the Servers 385

9 viii APPENDICES 417 Appendix A: On-line User Communities 419 Appendix B: ChartWizard Values 423

10 ix Table of Contents Our Contract with You, The Reader Acknowledgements About the Authors How to Download the Files v xvii xix xxi Introduction 1 SECTION I Getting Started 5 Chapter 1: Introducing Automation 7 If all you have is a hammer, does that make everything a nail? 7 A brief history of Automation 7 OLE or ActiveX or COM or what? 8 Putting Automation to work 8 Where do you go from here? 9 Chapter 2: The Office Servers 11 Exploring the Office servers 11 Read the fine manual (RTFM) 12 Let the server write the code 13 Take me for a browse 18 At your command 21 On-line and print resources 24 Taking up a collection 24 Changing the collection 25 Self-referential object models 25 Moving on 27 Chapter 3: Visual FoxPro as an Automation Client 29 Managing servers 29 Displaying the Office servers 30 Are we there yet? 32 Working with servers 32 SET OLEOBJECT 32 Use WITH ENDWITH 33 Use variables for object references 34 Loop with FOR EACH 34 Debugging 35

11 x Work in the Command Window 35 Collections and objects 35 It works, but it doesn t 35 Parameter problems 36 Unhelpful error messages 36 Use the Knowledge Base 36 Ask around 37 Time for code 37 SECTION II Automating Word 39 Chapter 4: Word Basics 41 Word s object model 41 Getting to Word 41 Managing documents 43 Accessing parts of a document 44 Manipulating text 46 Moving in a range or selection 47 Bookmarks 50 Formatting 50 Setting up pages 51 Setting fonts 53 Formatting paragraphs 57 Working with styles 59 Borders and shading 64 Headers and footers 69 Page numbering 70 Organizing text with lists 71 Output 77 Printing 77 Print preview 79 Putting it all together 79 Chapter 5: Intermediate Word 83 Document templates 83 What goes into a template? 84 Finding templates 84 Using templates 85 Creating templates 86 Putting templates to work 86 Tables 86 Irregular tables 93

12 xi Creating multi-column documents 95 Footnotes and endnotes 97 Adding graphics to documents 100 The two faces of graphics 101 Working with existing documents 106 Search and replace 106 Exploring document structure 110 Traversing a document with the collections 113 Automating macros 115 Putting it all together 115 Chapter 6: Advanced Word 121 Organizing a document using styles 121 Working with outlines 123 Creating a table of contents 126 Creating indexes 128 Deciding what to index 129 Marking items for the index 130 Generating the index 130 Formatting indexes 132 Merging documents with data 132 Word s mail merge structure 132 Substituting data with Find and Replace 133 Drop back 10 yards and punt 134 Putting it all together 142 SECTION III Automating Excel 149 Chapter 7: Excel Basics 151 The object model 151 Déjà vu 151 Getting a handle on the application 153 Managing workbooks and worksheets 153 Opening a new workbook 153 Opening an existing workbook 154 Saving the workbook 155 Working with worksheets 157 Rows, columns, cells, and ranges 159 Handling values and formulas 160 Adding, copying, and moving data (including formulas) 160 Fill er up 164 Formatting 165 Column widths and alignment 165

13 xii Fonts 168 Formatting values 169 Borders 173 Shading 174 Styles 176 Output 177 Page Setup 177 Print Preview 179 Printing 181 Saving the data in different formats 181 Putting it all together 182 Chapter 8: Advanced Excel Features 189 PivotTables 189 PivotTable data 190 Creating a PivotTable 192 What-if analysis using data tables 198 Goal Seek 202 Protection 203 Protecting a cell 204 Protecting a worksheet 204 Protecting a workbook 204 Templates 205 What goes into a template? 205 Finding templates 205 Using templates 206 Creating templates 206 Automating macros 206 Adding shapes 208 Adding pictures 211 Putting it all together 212 Chapter 9: Excel s Graphing Engine 217 The object model 217 Is it a chart or a sheet? 217 Setting up the data 218 Range names are your friend 220 Creating a graph 220 The ActiveChart property 222 Off to see the wizard 222 The anatomy of a chart 229 Formatting the components 230 The Chart object 231 Chart types 232

14 xiii Chart object properties available only to 3D charts 233 ChartArea 235 The Border object 235 The Interior object 236 The Font object 237 The PlotArea object 237 Data series 238 The Legend object 247 Axes 249 Titles 251 Putting it all together 251 SECTION IV Automating PowerPoint 257 Chapter 10: PowerPoint Basics 259 The PowerPoint object model 259 Déjà vu 260 Getting a handle on the application 261 Managing presentations and slides 263 Presenting: the Presentation object 263 Opening an existing presentation 264 Adding slides 265 Saving the presentation 267 Closing presentations 268 Closing the application object 268 Making it look good for the users 270 Working with slide contents 271 Using the slide layouts 271 Adding and formatting text 283 Making it presentable 290 Putting it all together 292 Chapter 11: PowerPoint Advanced Features 297 Achieving consistency with Master Slides 297 Backgrounds 297 Standardizing the appearance of text 303 Standardizing colors with ColorSchemes 306 More on SlideMaster shapes 307 Fancy features 307 Animations 308 Transitions 311 Taking action 311 Multimedia 313

WebRAD: Building Database Applications on the Web with Visual FoxPro and Web Connection

WebRAD: Building Database Applications on the Web with Visual FoxPro and Web Connection WebRAD: Building Database Applications on the Web with Visual FoxPro and Web Connection Harold Chattaway Randy Pearson Whil Hentzen Hentzenwerke Publishing Published by: Hentzenwerke Publishing 980 East

More information

MS Office Basic Courses - Customized Training

MS Office Basic Courses - Customized Training MS Office Basic Courses - Customized Training Course Contents Duration: 2 Days Word Basics: 1. Getting Started with Word 3. Creating and Opening Documents 4. Saving and Sharing Documents 5. Working with

More information

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p.

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. Introduction p. xi How This Book Is Organized p. xii Which Suites Are Covered? p. xii The Office Applications p. xiii Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. 3 The New User

More information

Excel for Dummies: Quick Reference

Excel for Dummies: Quick Reference Excel for Dummies: Quick Reference Walkenbach, John ISBN-13: 9780764539879 Table of Contents The Big Picture: Microsoft Office Excel 2003. What You See: The Excel Window. What You See: Dialog Boxes. Toolbar

More information

Course Title: PC Packages Credit Units: 02 Course Level: UG Course Code: CSIT115. Course Objectives: Pre-requisites: NIL. Course Contents/Syllabus:

Course Title: PC Packages Credit Units: 02 Course Level: UG Course Code: CSIT115. Course Objectives: Pre-requisites: NIL. Course Contents/Syllabus: Course Title: PC Packages Credit Units: 02 Course Level: UG Course Code: CSIT115 L T P/S SW/FW TOTAL CREDIT 1-2 - 02 Course Objectives: The aim of this course is : To Operate on various applications such

More information

ADVANCED WORD PROCESSING

ADVANCED WORD PROCESSING ECDL MODULE ADVANCED WORD PROCESSING Syllabus Version 3.0 Purpose This document details the syllabus for the Advanced Word Processing module. The syllabus describes, through learning outcomes, the knowledge

More information

B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725)

B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725) Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725) B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016

More information

Course Title: Microsoft Office ( 2016)

Course Title: Microsoft Office ( 2016) Course Title: Microsoft Office ( 2016) Duration : 2 days This program is designed for executives who are already have knowledge of Microsoft Office, and who would like to work with more very advanced features

More information

Office 2019 Part 1. by Peter Weverka

Office 2019 Part 1. by Peter Weverka Office 2019 Part 1 by Peter Weverka Introduction... 1 How This Book Is Organized... 1 What Makes This Book Different... 2 Foolish Assumptions... 2 Conventions Used in This Book... 3 Beyond the Book...

More information

Office 2013 Part 1. by Peter Weverka

Office 2013 Part 1. by Peter Weverka Office 2013 Part 1 by Peter Weverka Introduction... 1 What s in This Book, Anyway?... 1 What Makes This Book Different... 2 Easy-to-look-up information... 2 A task-oriented approach... 2 Meaningful screen

More information

Enlightened Concepts, LLC. Advanced Quick Reference Guides. Catalog of Available Titles

Enlightened Concepts, LLC. Advanced Quick Reference Guides. Catalog of Available Titles Enlightened Concepts, LLC. Advanced Quick Reference Guides Catalog of Available Titles April 2007 Overview EC's quick reference guides are created by a group of dedicated software instructors to address

More information

COURSE SYLLABUS. Credit Hours: Contact Hours Lab Hours 4 4 As needed by student

COURSE SYLLABUS. Credit Hours: Contact Hours Lab Hours 4 4 As needed by student Date Approved: Date Revised: 08/07 COURSE SYLLABUS Syllabus for: INFS 2010 Microcomputer Applications Discipline Number Course Name Former Quarter Course(s): N/A Catalog Description: This course is an

More information

COMPUTER. Athens. This introductory course will provide the student with hands-on computer lab experience in. Athens

COMPUTER. Athens. This introductory course will provide the student with hands-on computer lab experience in. Athens COMPUTER Introduction to Computers Windows 7 ITSC 1006 (ITSC 2037) This introductory course will provide the student with hands-on computer lab experience in learning basic computer components, terminology,

More information

ECDL Advanced Word Processing

ECDL Advanced Word Processing ECDL Advanced Word Processing The European Computer Driving Licence Foundation Ltd. Portview House Thorncastle Street Dublin 4 Ireland Tel: + 353 1 630 6000 Fax: + 353 1 630 6001 E-mail: info@ecdl.fi URL:

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Word 2010 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

Microsoft elearning Titles

Microsoft elearning Titles Course content and pricing for all Microsoft Office 2013 online learning modules are listed within this document. Microsoft Office 2013 Online Training Courses Hours (Total and per module) Price per module

More information

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics...

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics... Table of Contents Introduction...1 OpenOffice.org Features and Market Context...1 Purpose of this Book...4 How is OpenOffice.org Related to StarOffice?...4 Migrating from Microsoft Office to OpenOffice.org...4

More information

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience...

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience... Table of Contents Introduction... 1 About This Book...1 Foolish Assumptions...2 How This Book Is Organized...3 Book I: Excel Basics...3 Book II: Worksheet Design...3 Book III: Formulas and Functions...4

More information

IT Training Center Class Descriptions

IT Training Center Class Descriptions Using Microsoft Windows 10 Must have a personal computer with Microsoft Windows 10 installed on their workstation. This class is geared to the student who has little or no knowledge of the Windows environment

More information

Information Technology (IT) Paper-I Theory 40 Practical - 60

Information Technology (IT) Paper-I Theory 40 Practical - 60 29 Information Technology (IT) Paper-I Theory 40 Practical - 60 Unit.I Digital Literacy: Understand the fundamentals of computing Identify the components of a computer Identify the steps for starting &

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised

TestOut Desktop Pro Plus - English 4.x.x. MOS Instructor Guide. Revised TestOut - English 4.x.x MOS Instructor Guide Revised 2017-10-18 2 Table of Contents General MOS Exam Information... 3 MOS Practice Exams... 4 Highly Recommended Videos and Class Activities... 5 Course

More information

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office Unit-1 MS-WORD Answer the following. (1 mark) 1. Which submenu contains the watermark option? 2. Which is used for the Cell merge in the table? 3. Which option creates a large capital letter at the beginning

More information

North Shore Innovations, Ltd.

North Shore Innovations, Ltd. Access 2007 Access #1: Create Tables 4.00 The Fundamentals Introduction to Databases Starting Access The Getting Started Page and Opening a Database What s New in Access Understanding the Access Program

More information

Beginning Microsoft Office 2010

Beginning Microsoft Office 2010 Beginning Microsoft Office 2010 IB I IP TECHNISCHI= ^\ 'NFORMATIONSBIBLIOTHEK UNIVERSITATSBIBLIOTHEK HANNOVER Guy Hart-Davis Apress* TIB/UB Hannover 89 133 299 783 ill! IWIlilltllw i ttis f0k^fsll^»m*r~

More information

Office 2016 Part 1. by Peter Weverka

Office 2016 Part 1. by Peter Weverka Office 2016 Part 1 by Peter Weverka Introduction... 1 About This Book... 1 Foolish Assumptions... 2 Icons Used in This Book... 2 Beyond the Book... 2 Where to Go from Here... 3 Book I Common Office Tasks...

More information

BIM II IC3 & MOS Certification Pacing Guide

BIM II IC3 & MOS Certification Pacing Guide BIM II IC3 & MOS Certification Pacing Guide 1st 9 Weeks IC3 Certification Computer Fundamentals Mobile Devices Using cell phones, voicemail, SMS, notifications Hardware Device types, storage, networking,

More information

3. Demonstrate knowledge of an emergency plan. SE/TE: 25-29, 31-35, 115, , , , 274; Related content found on ,

3. Demonstrate knowledge of an emergency plan. SE/TE: 25-29, 31-35, 115, , , , 274; Related content found on , Course Standards for A. SAFETY The student will be able to: 1. Identify good work attitudes that affect safety on the job. SE/TE: 205-207, 223, 261-265 TE: CD Lesson 11: Teacher s Manual p. 3, Test 11A

More information

SLO to ILO Alignment Reports

SLO to ILO Alignment Reports SLO to ILO Alignment Reports CAN - 00 - Institutional Learning Outcomes (ILOs) CAN ILO #1 - Critical Thinking - Select, evaluate, and use information to investigate a point of view, support a conclusion,

More information

Detail Score Report View only questions answered incorrectly Q# Status Topic Type Level Time

Detail Score Report View only questions answered incorrectly Q# Status Topic Type Level Time Test Results for: Lisa Rohde Company Name: All In One Integration Account Test Administrator/Recruiter's Email: DoNotReply@mail.all-in-1.com Test Name: Microsoft Excel 2007 - Normal User Test Date: 2/9/2013

More information

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER 1.0 Introduction 1.1 Objectives 1.2 What is Computer? 1.2.1 History of Computers 1.2.2 Characteristics Of Computer System 1.2.3 Basic Applications of Computer

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 A Microsoft Office Word 2010 Selected Element K courseware addresses Microsoft Office Specialist (MOS) and MOS Expert certification skills for Microsoft Word 2010. The following table indicates where Word

More information

At-Home Final Exam Project Directions BPC110 Computer Usage and Application

At-Home Final Exam Project Directions BPC110 Computer Usage and Application At-Home Final Exam Project Directions BPC110 Computer Usage and Application SCENARIO You are the Sales Manager for the LLC Computer Store. The computer store buys and sells computers from a number of different

More information

TestOut Desktop Pro Plus - English 4.1.x COURSE OUTLINE. Modified

TestOut Desktop Pro Plus - English 4.1.x COURSE OUTLINE. Modified TestOut Desktop Pro Plus - English 4.1.x COURSE OUTLINE Modified 2017-12-12 TestOut Desktop Pro Plus Outline - English 4.1.x Videos: 187 (10:54:27) Simulations: 189 Fact Sheets: 129 Exams: 18 CONTENTS:

More information

COMPUTER COURSE OFFERINGS

COMPUTER COURSE OFFERINGS COMPUTER COURSE OFFERINGS IPAD AND IPHONE... 2 IPAD BASICS... 2 IPHONE BASICS... 2 KEYNOTE PRESENTATION BASICS... 2 MICROSOFT COURSES... 3 INTRODUCTION TO PERSONAL COMPUTERS: USING MICROSOFT WINDOWS 8...

More information

0 Mastering Microsoft Office

0 Mastering Microsoft Office 0 Mastering Microsoft Office MACMILLAN MASTER SERIES Accounting Advanced English Language Advanced Pure Mathematics Arabic Banking Basic Management Biology British Politics Business Administration Business

More information

Change document views Create a blank document Customize the Quick Access toolbar Print all or part of a document

Change document views Create a blank document Customize the Quick Access toolbar Print all or part of a document Curriculum Guide Part : Microsoft Word. Ranch Services Creating Your First Document.2 Mission Statement Customizing Views.3 Fall Soccer Registration Creating a Poster.4 Who s Your Owner? Working with Headers

More information

Excel for Chemists. Second Edition

Excel for Chemists. Second Edition Excel for Chemists Second Edition This page intentionally left blank ExceL for Chemists A Comprehensive Guide Second Edition E. Joseph Billo Department of Chemistry Boston College Chestnut Hill, Massachusetts

More information

Microsoft Office 2016 elearning

Microsoft Office 2016 elearning Course content and pricing for all Microsoft Office 2016 online learning modules are listed within this document. Microsoft Office 2016 Online Training Courses Access 2016 Introduction/Intermediate/Advanced

More information

COMPUTER APPLICATIONS TECHNOLOGY

COMPUTER APPLICATIONS TECHNOLOGY COMPUTER APPLICATIONS TECHNOLOGY Practical Skillsets required per application per grade Taken from CAPS Computer Applications Technology Practical skillsets required per application per grade (according

More information

Microsoft Office 2013 Exercise Checklist

Microsoft Office 2013 Exercise Checklist Microsoft Office 0 Exercise Checklist WORD # Exercise (R=Reinforce Your Skills or A=Apply Your Skills) Page # Date Teacher WD0-R0 Working with the Interface WD0-R0 Navigate, Type a Document, and Use Help

More information

Important Notice. Microsoft Word 2013 مهارات لقيادة الحاسوب. Tel: Fax: W:

Important Notice. Microsoft Word 2013 مهارات لقيادة الحاسوب. Tel: Fax: W: Microsoft Word 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration No. (which is proof of your Profile Number with ICDL/ECDL and will track

More information

S ignature WORD. Nita Rutkosky MICROSOFT. Pierce College at Puyallup Puyallup, Washington

S ignature WORD. Nita Rutkosky MICROSOFT. Pierce College at Puyallup Puyallup, Washington S ignature S E R I E S MICROSOFT WORD 2002 Nita Rutkosky Pierce College at Puyallup Puyallup, Washington Introduction About Microsoft Office Specialist Certification Getting Started Identifying Computer

More information

Microsoft Excel. The Basics NOTES & ACTIVITIES GUIDE H X B

Microsoft Excel. The Basics NOTES & ACTIVITIES GUIDE H X B Microsoft Excel The Basics NOTES & CTIVITIES GUIDE DISCLIMER: Purchasers, readers, or users of this course agree to be bound by the following terms: Information contained in this course has been obtained

More information

Business Computer Applications (BCIS 1305) Online. Credit: 3 semester credit hours (3 hours lecture)

Business Computer Applications (BCIS 1305) Online. Credit: 3 semester credit hours (3 hours lecture) 1 Business Computer Applications (BCIS 1305) Online Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: Complete the Online Orientation and answer yes to 7+ questions on the Online

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

ECDL Full Course Content

ECDL Full Course Content ECDL Full Course Content Module 1 1. Getting Started 1.1. Computer Terms 1.2. Computer Hardware 1.3. Computer Accessories 1.4. Memory and Storage 1.5. Computer Software 2. Using Information Technology

More information

Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017

Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017 Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017 CAN Program - Computer Business Office Technology Develop the computer skills and confidence to obtain employment. CAN

More information

MICROSOFT WINDOWS - LEVEL 2

MICROSOFT WINDOWS - LEVEL 2 MICROSOFT WINDOWS - LEVEL 2 Based on SAQA Unit Standard 117867 This course will introduce you to Windows, which is the operating System of the computer. You will become more familiar with working with

More information

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer The American University in Cairo Excel 2000 prepared by Maha Amer Spring 2001 Table of Contents: Opening the Excel Program Creating, Opening and Saving Excel Worksheets Sheet Structure Formatting Text

More information

Course Catalog. Instructor-led Classroom Training Specializing in Microsoft Office

Course Catalog. Instructor-led Classroom Training Specializing in Microsoft Office 2018 Course Catalog Instructor-led Classroom Training Specializing in Microsoft Office Lisa McCalpin: MOS Master Owner/Master Instructor 3840 Regal Oaks Drive Suwanee, GA 30024 678-389-1878 officetraininglady@gmail.com

More information

Word Tips (using Word but these work with Excel, PowerPoint, etc) Paul Davis Crosslake Communications

Word Tips (using Word but these work with Excel, PowerPoint, etc) Paul Davis Crosslake Communications Word Tips (using Word but these work with Excel, PowerPoint, etc) Paul Davis Crosslake Communications What tips are we going to discuss? First of all, HELP Fonts Tables Columns Pasting Images Mail Merge

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam s Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-602) and provides references to corresponding coverage

More information

MICROSOFT MAIL MERGE HALF DAY COURSE

MICROSOFT MAIL MERGE HALF DAY COURSE MICROSOFT WORD BASIC FULL DAY COURSE This course is suitable for users with no (or little) previous experience of using Word. Keyboard, mouse and Windows skills are prerequisite for this course. Practice

More information

Business Office Specialist

Business Office Specialist EXAM INFORMATION Items 49 Points 82 Prerequisites NONE Grade Level 10-12 Course Length ONE SEMESTER Career Cluster BUSINESS MANAGEMENT AND ADMINISTRATION DESCRIPTION This course applies advanced concepts

More information

Productivity Tools Objectives

Productivity Tools Objectives Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate Documents Close Documents And

More information

Computer Technology II

Computer Technology II EXAM INFORMATION Items 49 Points 79 Prerequisites COMPUTER TECHNOLOGY I Grade Level 10-12 Course Length ONE SEMESTER Career Cluster BUSINESS MANAGEMENT AND ADMINISTRATION INFORMATION TECHNOLOGY DESCRIPTION

More information

WORD 2016 INTERMEDIATE Page 1. Word 2016 Intermediate. North American Edition SAMPLE

WORD 2016 INTERMEDIATE Page 1. Word 2016 Intermediate. North American Edition SAMPLE Word 2016 Intermediate WORD 2016 INTERMEDIATE Page 1 Word 2016 Intermediate North American Edition 2015 Cheltenham Group Pty. Ltd. - www.cheltenhamcourseware.com WORD 2016 INTERMEDIATE Page 2 2015 Cheltenham

More information

TestOut Desktop Pro Plus - English 3.0.x COURSE OUTLINE. Modified

TestOut Desktop Pro Plus - English 3.0.x COURSE OUTLINE. Modified TestOut Desktop Pro Plus - English 3.0.x COURSE OUTLINE Modified 2016-08-19 TestOut Desktop Pro Plus English 3.0.x Videos: 157 (9:14:00) Simulations: 172 Fact Sheets: 111 Exams: 6 CONTENTS: 0.0 GETTING

More information

Specification - Microsoft Office Online Learning

Specification - Microsoft Office Online Learning Specification - Microsoft Office Online Learning 1. Scope We are seeking the purchase of an interactive online learning provision (online training courses / training videos / tutorials / toolkits or resources)

More information

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

COMPUTER TECHNOLOGY II (251E)

COMPUTER TECHNOLOGY II (251E) DESCRIPTION This course applies advanced concepts and principles using word processing, spreadsheets, databases, and electronic presentation software. Students may have the opportunity to obtain a Microsoft

More information

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. Chapter 3 Formatting Documents.

Table of Contents. Chapter 1 Microsoft Office Basics. Chapter 2 Using a Word Processor. Chapter 3 Formatting Documents. Chapter 1 Microsoft Office Basics What is Microsoft Office?... 1 The Microsoft Office Interface... 2 Using Input Devices... 3 Practice: Working with a Document part 1 of 3... 4 Using the Ribbon... 4 Backstage

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

Staff Microsoft Office Training Workshops

Staff Microsoft Office Training Workshops Staff Microsoft Office Training Workshops To see Course Information Hold down the CTRL key on the keyboard & click on the page number Contents Introduction to Office 365... 1 Introduction to Access Database

More information

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency Excel 2010 Level 1: Beginner Learning basic skills for Excel 2010 Estimated time: 04:05 6 modules - 49 topics Get started in Excel Discover Excel and carry out simple tasks: opening a workbook saving it,

More information

Office 2016 For Seniors. by Faithe Wempen

Office 2016 For Seniors. by Faithe Wempen Office 2016 For Seniors by Faithe Wempen Office 2016 For Seniors For Dummies Published by: John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030-5774, www.wiley.com Copyright 2016 by John Wiley

More information

TestOut Desktop Pro - English 4.1.x COURSE OUTLINE. Modified

TestOut Desktop Pro - English 4.1.x COURSE OUTLINE. Modified TestOut Desktop Pro - English 4.1.x COURSE OUTLINE Modified 2017-12-12 TestOut Desktop Pro Outline - English 4.1.x Videos: 122 (7:10:27) Simulations: 155 Fact Sheets: 107 Exams: 10 CONTENTS: 0.0 GETTING

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

Microsoft PowerPoint level 1 course content (1-day)

Microsoft PowerPoint level 1 course content (1-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft PowerPoint level 1 course content (1-day) Course Description Microsoft Office PowerPoint Beginners course

More information

ECDL / ICDL Presentation Syllabus Version 5.0

ECDL / ICDL Presentation Syllabus Version 5.0 ECDL / ICDL Presentation Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Presentation. The syllabus describes, through learning outcomes, the knowledge and skills that a

More information

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23 PowerPoint Level 1 Table of Contents Chapter 1 Getting Started... 7 Interacting with PowerPoint... 7 Slides... 7 I. Adding Slides... 8 II. Deleting Slides... 8 III. Cutting, Copying and Pasting Slides...

More information

Microsoft Excel 2013 Table of content

Microsoft Excel 2013 Table of content Microsoft Excel 2013 Table of content Chapter 1. New features in Excel 2013 New Excel Templates New Flash Fill New Pivot Table, Timeline, Slicer and etc New Quick Analysis Chapter 2. Start Working with

More information

College Africa Group(Pty) Ltdwww.collegeafricagroup.com,

College Africa Group(Pty) Ltdwww.collegeafricagroup.com, College Africa Group(Pty) Ltdwww.collegeafricagroup.com, sales@collegeafricagroup.com Website: WWW.COLLEGEAFRICAGROUP.COM Email: SALES@COLLEGEAFRICAGROUP.COM Tel: +27 (0) 83 778 4903 Arnold Muscat Call

More information

Microsoft Excel is a spreadsheet tool capable of performing calculations, analyzing data and integrating information from different programs.

Microsoft Excel is a spreadsheet tool capable of performing calculations, analyzing data and integrating information from different programs. About the Tutorial Microsoft Excel is a commercial spreadsheet application, written and distributed by Microsoft for Microsoft Windows and Mac OS X. At the time of writing this tutorial the Microsoft excel

More information

2018 Computer Proficiency Assessment Test

2018 Computer Proficiency Assessment Test 2018 Computer Proficiency Assessment Test A. Are you required to satisfy the Core Goal V: computer use? The Core Goal V requirement applies to full/part time undergraduate students who matriculated at

More information

Practical File Answer key Class X (402)

Practical File Answer key Class X (402) Practical File Answer key Class X (402) 1) Create a Word Document and write all the steps to do following instructions. a) (i) Click on Indent Option of Paragraph group of Layout Tab. (ii) Set Left to

More information

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST

ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST Final on 13-3-2014 ALLAMA IQBAL OPEN UNIVERSITY ISLAMABAD (Department of Business Administration) COMPUTER APPLICATIONS FOR BUSINESS (184) CHECK LIST SEMESTER: SPRING 2014 This packet comprises following

More information

Desktop Skills Training Catalogue

Desktop Skills Training Catalogue 2014 Desktop Skills Training Catalogue Coaching As an Art This catalogue contains list of training courses offered by CAC MMC Company. The catalogue may not contain all courses available and/or be outdated.

More information

TestOut Desktop Pro - English 1.0.x COURSE OUTLINE

TestOut Desktop Pro - English 1.0.x COURSE OUTLINE TestOut Desktop Pro - English 1.0.x COURSE OUTLINE TestOut Desktop Pro English 1.0.x Videos: 113 (6:45:21) Simulations: 148 Fact Sheets: 97 Exams: 4 CONTENTS: 0.0 GETTING STARTED INFORMATION Video: Introduction

More information

MICROSOFT OFFICE 2013 SPECIALIST With Windows 10

MICROSOFT OFFICE 2013 SPECIALIST With Windows 10 Overview MICROSOFT OFFICE 2013 SPECIALIST With Windows 10 Microsoft Office 2013 training includes a variety of courses designed to teach individuals of all skill levels about using all of the Office 2013

More information

Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit.

Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit. Duration: - 3Days Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit. Pre requisites: - Participants attending this training should be familiar

More information

Learn Well Technocraft

Learn Well Technocraft Section 1: Getting started The Word window New documents Document navigation Section 2: Editing text Working with text The Undo and Redo commands Cut, copy, and paste Find and replace Section 3: Text formatting

More information

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons

Book 5. Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 1: Slides with SmartArt & Pictures... 1 Working with SmartArt Formatting Pictures Adjust Group Buttons Picture Styles Group Buttons Chapter 2: Slides with Charts & Shapes... 12 Working with Charts

More information

COURSE TITLE. Advanced Computer Software Systems LENGTH. Half-Year Grades DEPARTMENT. Business Education Barbara O Donnell, Supervisor SCHOOL

COURSE TITLE. Advanced Computer Software Systems LENGTH. Half-Year Grades DEPARTMENT. Business Education Barbara O Donnell, Supervisor SCHOOL COURSE TITLE Advanced Computer Software Systems LENGTH Half-Year Grades 10-12 DEPARTMENT Business Education Barbara O Donnell, Supervisor SCHOOL Rutherford High School DATE Spring 2017 Advanced Computer

More information

Introduction to Computing (COSC 1301) Online

Introduction to Computing (COSC 1301) Online Introduction to Computing (COSC 1301) Online Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: Complete the Online Orientation and answer yes to 7+ questions on the Online Learner

More information

Word 2016 Advanced. North American Edition SAMPLE

Word 2016 Advanced. North American Edition SAMPLE Word 2016 Advanced Word 2016 Advanced North American Edition WORD 2016 ADVANCED Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

Strands & Standards COMPUTER TECHNOLOGY 2

Strands & Standards COMPUTER TECHNOLOGY 2 Strands & Standards COMPUTER TECHNOLOGY 2 COURSE DESCRIPTION This course applies advanced concepts and principles using word processing, spreadsheets, databases, and electronic presentation software. Students

More information

The Unofficial Guide to Creating Reports In Crystal using your Pastel Data

The Unofficial Guide to Creating Reports In Crystal using your Pastel Data The Unofficial Guide to Creating Reports In Crystal using your Pastel Data This version of the ebook is an example version only. It contains only a sample of pages from the full ebook. These pages may

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

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

Introduction to Computing (COSC 1301) Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: None

Introduction to Computing (COSC 1301) Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: None Introduction to Computing (COSC 1301) Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: None Course Description Overview of computer systems hardware, operating systems, and

More information

Office 2007 User s Guide

Office 2007 User s Guide Office 2007 User s Guide Help with Toolbars and Ribbons Table of Contents: Office 2007 general information pages 2-3 Word 2007 - Pages 4-8 Outlook 2007 Pages 9-14 Excel 2007 Pages 15-17 PowerPoint 2007

More information

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+ Neil Malek, MCT-ACI-CTT+ Founder and Principal, Knack Training neil@knacktraining.com http://knacktraining.com File Triage Work Smarter in Word, Excel, & PowerPoint Microsoft Word 2 Terminology Style:

More information

MICROSOFT Excel 2010 Advanced Self-Study

MICROSOFT Excel 2010 Advanced Self-Study MICROSOFT Excel 2010 Advanced Self-Study COPYRIGHT This manual is copyrighted: S&G Training Limited. This manual may not be copied, photocopied or reproduced in whole or in part without the written permission

More information

Software Skills Training

Software Skills Training Software Skills Training Enhance Software Application Skills Did you know that many employees do not use company-provided software correctly, efficiently and effectively? Some employees rely heavily on

More information

Business Computer Applications (BCIS 1305)

Business Computer Applications (BCIS 1305) Business Computer Applications (BCIS 1305) Credit: 3 semester credit hours (3 hours lecture) Prerequisite/Co-requisite: None Course Description Students will study computer terminology, hardware, and software

More information

Course Outline. Microsoft Office 2007 Boot Camp for Managers

Course Outline. Microsoft Office 2007 Boot Camp for Managers Course Outline Microsoft Office 2007 Boot Camp for Managers This powerful boot camp is designed to quickly enhance and expand your existing knowledge of Microsoft Office 2007 and take it to the next level,

More information