Upravljanje softverskim projektima Part 3 Special Subjects

Size: px
Start display at page:

Download "Upravljanje softverskim projektima Part 3 Special Subjects"

Transcription

1 Part 3 pecial ubjects 16 ustomizing Project haring ustom Elements Between Project Plans Recording Macros Editing Macros ustomizing the Ribbon and Quick Access oolbar 01/14

2 ustomizing Project opy a customized element, such as a calendar, from one project plan to another by using the Organizer Record and play back a macro Edit a macro in the Visual Basic for Applications (VBA) Editor ustomize the Quick Access toolbar and the ribbon Project has ribbon interface, which offers customization options and other features, such as the Organizer and global template, that are unique to it Project has customization features, such as recording Microsoft Visual Basic for Applications (VBA) macros, haring ustom Elements Between Project Plans Project uses a feature called the global template, named Global.mpt, to provide the default views, tables, and other elements that you see in Project You can copy modules (VBA macros), maps, and custom fields to the global template or between project plans; Organizer - features for sharing elements Global template: views, reports, tables, filters, calendars, groups 02/14

3 Exercise: copy a custom calendar from one project plan to another 1. tart M Project Open the ustomizing A_tart 3. File / ave as: ustomizing A, click ave 4. Next, open ustomizing B_tart and save it as ustomizing B 5. On the View tab, in the Window group, click witch Windows and then click 1 ustomizing A he ustomizing A project plan contains a custom calendar named Monday- Wednesday that you created in hapter croll the Gantt hart view vertically until task 44, end to color house, is visible, and then point the mouse pointer at the calendar icon in the Indicators column his task uses the custom calendar, so it can occur only on a Monday, uesday, or Wednesday. You d like to use this calendar in the ustomizing B project plan. 7. On the File ab, click Info, and then click Organizer 8. lick several of the tabs in the dialog box to get a look at the types of elements you can manage with the Organizer, and then click the alendars tab 03/14

4 Part 3 - V16 9. From the alendars available in drop-down list on the left side of the Organizer dialog box, select ustomizing B 10. In the list of calendars on the right side of the dialog box, click Monday- Wednesday 11. lick opy Project copies the custom calendar from the ustomizing A plan to the ustomizing B plan. o conclude this exercise, you apply the custom calendar to a task in the ustom B plan. 1. On the View tab, in the Window group, click witch Windows, and then click 2 ustomizing B 2. elect the name of task 19, end to color house 3. On the ask tab, in the Editing group, click croll to ask Note that this 1-day task is currently scheduled to occur on a hursday. 4. On the ask tab, in the Properties group, click Information 5. lick the Advanced tab 6. In the alendar box, select Monday-Wednesday from the list of available base calendars, and then click OK to close the dialog box Project applies the Monday-Wednesday calendar to task 19 and reschedules the task to start on Monday, the next working day on which the task can occur. 7. lose file 04/14

5 Recording Macros Many activities that you perform in Project can be repetitive o save time, you can record a macro that captures keystrokes and mouse actions for later playback he macro is recorded in Microsoft Visual Basic for Applications (VBA), the built-in macro programming language of the Microsoft Office system Exercise: record and run a macro 1. On the View tab, in the Macros group, click the down arrow below the Macros button, and then click Record Macro 2. In the Macro name box, type apture_gif_image 3. In the tore macro in box, click his Project to store the macro in the active project plan We don t want to customize your global template, you ll store the macro in the active project plan. 4. In the Description box, select the current text and replace it by typing aves a GIF image of the Gantt hart view 5. lick OK Project begins recording the new macro; it records only the results of the keystrokes and mouse actions that you make. 6. On the View tab, in the ask Views group, click the down arrow below the Gantt hart button, and then click Gantt hart 05/14

6 7. On the View tab, in the Zoom group, in the imescale box, click hirds of Months 8. lick the ask Name column heading 9. On the ask tab, in the lipboard group, click the arrow next to opy, and then click opy Picture 10. Under Render image, click o GIF image file, and then click Browse 11. In the Browse dialog box, navigate to the hapter16 folder, and then click OK 12. Under opy, click elected Rows 13. Under imescale, in the From box, type or select , and in the o box, type or select his date range matches the project plan s current start and finish date. You can see these dates for task 0, the project summary task. 14. lick OK to close the opy Picture dialog box Project saves the GIF image. 15. On the View tab, in the Zoom group, click Zoom and then click Zoom 16. In the Zoom dialog box, click Reset, and then click OK Now you are ready to stop recording. 17. On the View tab, in the Macros group, click the down arrow below the Macros button, and then click top Recording Next, you will run the macro to see it play back. 06/14

7 Part 3 - V16 1. On the View tab, in the Macros group, click Macros 2. In the Macro name box, click ustomizing A.mpp!apture_GIF_Image, and then click Run he macro begins running, but pauses as soon as Project generates a confirmation message to replace the existing GIF image file. 3. lick Overwrite to overwrite the previously created GIF image file he macro resaves the GIF image. Next, you ll see the results of the macro s actions. 4. In Windows Explorer, navigate to the hapter16 folder and double-click the ustomizing A GIF image file to open it in your image editor or viewer application he GIF image appears in your image viewer application. 5. lose your image viewing application, and then switch back to the ustomizing A project plan in Project haring ustom Elements Between Project Plans As handy as the apture_gif_image macro is to use, it can be improved You can change the macro code directly to accomplish what you want 07/14

8 Exercise: work in the VBA Editor to fine-tune and enhance previous macro 1. On the View tab, in the Macros group, click Macros 2. Under Macro name, click ustomizing A.mpp!apture_GIF_Image, and then click Edit 3. lick at the beginning of the line ViewApplyEx Name:= &Gantt hart, Applyo:=0 and press the Enter key 4. lick in the new line you just created, press the ab key, and type Application. Alerts False his line of code will suppress the prompt that you received when running the macro and accept the default option of replacing the existing GIF image file with the same name. 5. In the line that begins with EditopyPicture, select the date and time :00" (including the quotation marks) that follows FromDate:=, and type ActiveProject.Projecttart 6. In the same line, select the date and time :00 (including the quotation marks) that follows odate:=, and type ActiveProject.ProjectFinish 08/14

9 Part 3 - V16 Next, you ll add new macro capabilities while in the VBA Editor. 7. lick at the beginning of the line electaskolumn, and press Enter 8. lick in the new line you just created, press ab, and type FilterApply Name:= Incomplete asks his line of code will apply the Incomplete asks filter to the current view. 9. lick at the beginning of the line Zoomimescale Reset:=rue, and press Enter 10. lick in the new line you just created, press ab, and type Filterlear his line of code will remove the Incomplete asks filter from the current view. 11. On the File menu in the VBA Editor, click lose and Return to Microsoft Project he VBA Editor closes, and you return to the project plan. You could run the updated macro now, but first, you ll record some progress on tasks. 12. lick the name of task 31, Proofread and index 13. On the ask tab, in the chedule group, click the down arrow to the right of the Mark on rack button and then click Update asks 14. In the Actual dur field, type 16d, and then click OK Next, you ll record partial progress on another. 15. lick the name of task 32, Incorporate 1st Pages review task 16. On the ask tab, in the chedule group, click the down arrow to the right of the Mark on rack button and then click Update asks 09/14

10 Part 3 - V In the Actual dur field, type 5d, and then click OK Now you are ready to rerun the macro. 18. On the View tab, in the Macros group, click Macros 19. Under Macro name, click ustomizing A.mpp!apture_GIF_Image, and then click Run he macro runs, and this time, you are not prompted to overwrite the previously saved file. 20. In Windows Explorer, navigate to the hapter16 folder, and double-click the ustomizing A GIF image file to open it in your image editor or viewer application he GIF image appears in your image application. 21. If you are viewing the image in Windows Internet Explorer, depending on your screen resolution you may be able to click the GIF image to magnify it Note that task 31, which is now completed, does not appear. Now you can run the macro as frequently as needed to capture the most up-todate information. 22. lose your image viewing application, and then switch back to the ustomizing A project plan in Project 10/14

11 ustomizing the Ribbon and Quick Access oolbar You can add frequently used commands to the Quick Access toolbar You can customize an existing ribbon or create a new ribbon that includes any commands that you want Exercise: add command to Quick Access oolbar and create a custom ribbon 1. On the File tab, click Options 2. In the Project Options dialog box, click the Quick Access oolbar tab 3. On the left side of the dialog box, in the hoose commands from box, click ommands Not in the Ribbon Project displays the list of commands that you otherwise cannot access from the ribbon. 4. In the list of commands, click Go o, and then click Add he Go o command is a handy way to navigate to a specific task ID and scroll the timescale in the Gantt hart view, all in one action. 5. lick OK to close the Project Options dialog box Now try out the Go o command by doing the following steps: 6. On the Quick Access toolbar, click Go o 7. In the Go o dialog box, type 43 in the ID box and then click OK Project jumps to task 43 and scrolls the chart portion of the Gantt hart view to display its Gantt bar. 11/14

12 Part 3 - V16 If you d like to remove the command from the Quick Access toolbar, complete the following steps. 8. On the Quick Access oolbar right-click the Go o button and in the shortcut menu that appears, click Remove from Quick Access oolbar o conclude this exercise, you will create a custom tab and add a command that runs the apture_gif_image custom macro to it. 9. On the File tab, click Options 10. In the Project Options dialog box, click the ustomize Ribbon tab 11. On the right side of the dialog box, under Main abs, click the name View and then click New ab 12. On the right side of the dialog box, under Main abs, click the name New ab (ustom) and then click Rename 13. In the Display name field, type ustom and then click OK 14. lick the New Group (ustom) item, and then click Rename 15. In the Display name field, type My ommands and then click OK 16. On the left side of the dialog box, In the hoose commands from box, click Macros he name of the custom macro appears. 17. elect the name of the ustomizing A.mpp!apture_GIF_Image macro, and then click Add Project adds the macro item to your custom group. 12/14

13 Part 3 - V16 Next, you will rename the macro command and assign it an icon. 18. On the right side of the dialog box, select the name of the ustomizing A.mpp!apture_GIF_Image macro, and then click Rename 19. In the Display name field, type opy GIF, and in the ymbol box, select the picture image (sixth from the left in the second row) 20. lick OK to close the Rename dialog box, and then click OK to close the Project Options dialog box Project adds your custom tab to the interface. 21. lick the ustom tab 22. On the ustom tab, in the My ommands group, click opy GIF Project runs the macro. Finally, you will remove the custom ribbon to undo this customization. 23. Right-click the ustom tab, and in the shortcut menu that appears, click ustomize the Ribbon 24. On the right side of the Project Options dialog box, right-click ustom (ustom), and in the shortcut menu that appears, click Remove IP: You can also click the Reset button to undo all ribbon and Quick Access toolbar customizations that may have been made to your copy of Project. 25. lick OK to close the Project Options dialog box Project has removed the custom tab. 26. lose file. 13/14

14 Key Points In Project, elements such as custom calendars are managed through the global template via the Organizer. Project, like many other programs in the Microsoft Office system, uses the Visual Basic for Applications (VBA) macro programming language. Among other things, macros enable you to automate repetitive tasks. If you want to work directly with VBA code, you do so in the VBA Editor, which is included in Project as well as other Office applications. You can customize the Quick Access toolbar and ribbons in Project to include the commands and features that interest you the most. 14/14

Upravljanje softverskim projektima

Upravljanje softverskim projektima Part 1 imple cheduling 6 racking Progress on asks aving a Project Baseline racking a Project as cheduled Entering a ask s ompletion Percentage Entering Actual Values for asks 01/09 racking Progress on

More information

UVOD - V01. Upravljanje softverskim projektima. Introducing Microsoft Project 2010

UVOD - V01. Upravljanje softverskim projektima. Introducing Microsoft Project 2010 UVOD - V01 UVOD - V01 Introducing Microsoft Project 2010 reate project plans at the level of detail that s right for your project. Manage tasks, costs, work, and resources at whatever level of detail is

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

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

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 Started with. Microsoft Office 2010

Getting Started with. Microsoft Office 2010 Getting Started with Microsoft Office 2010 Microsoft Office 2010 Objectives Explore the programs in Microsoft Office Start programs and switch between them Explore common window elements Minimize, maximize,

More information

Macros enable you to automate almost any task that you can undertake

Macros enable you to automate almost any task that you can undertake Chapter 1: Building and Running Macros In This Chapter Understanding how macros do what they do Recording macros for instant playback Using the relative option when recording macros Running the macros

More information

Exam Name: MOS: Microsoft Office Word 2010 Expert

Exam Name: MOS: Microsoft Office Word 2010 Expert Vendor: Microsoft Exam Code: 77-887 Exam Name: MOS: Microsoft Office Word 2010 Expert Version: DEMO QUESTION 1 Arrange the steps to add a Style to the Quick Styles gallery in the correct order. Answer:

More information

People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern.

People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern. Introduction (WD 330) People are more likely to open and read a letter than a generic letter addressed to sir, madam or to whom it may concern. Word provides the capability of creating a letter, which

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

A GET YOU GOING GUIDE

A GET YOU GOING GUIDE A GET YOU GOING GUIDE To Your copy here MindView 5 June 2013 1 Learning Support Getting started with MindView 5 1) Click on Start 2) Move up to All Programs 3) Click on MatchWare MindView 5 MindView will

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

Macros enable you to automate almost any task that you can undertake

Macros enable you to automate almost any task that you can undertake Chapter 1: Building and Running Macros In This Chapter Understanding how macros do what they do Recording macros for instant playback Using the relative option when recording macros Running the macros

More information

Macros in Excel: Recording, Running, and Editing

Macros in Excel: Recording, Running, and Editing Macros in Excel: Recording, Running, and Editing This document provides instructions for creating, using, and revising macros in Microsoft Excel. Simple, powerful, and easy to customize, Excel macros can

More information

Microsoft Access 2013

Microsoft Access 2013 Microsoft Access 2013 Chapter 1 Databases and Database Objects: An Introduction Objectives Describe the features of the Access window Create a database Create tables in Datasheet and Design views Add records

More information

Navigation Bar Icons

Navigation Bar Icons Outlook 2016 Main Screen Navigation Bar Icons Mail Calendar Contains mail-related folders like your Inbox, Sent Items and Search Folders. Use the Favorite Folders at the top of the pane for easy access

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

MICROSOFT PROJECT Level 2

MICROSOFT PROJECT Level 2 MICROSOFT PROJECT 2010 Level 2 Contents LESSON 1 - ORGANISING PROJECT DATA... 3 FILTERING DATA... 4 USING THE AUTOFILTER FEATURE... 4 SORTING A VIEW... 6 CREATING A CUSTOM SORT... 6 GROUPING DATA... 7

More information

VISUAL BASIC 2 EDITOR

VISUAL BASIC 2 EDITOR VISUAL BASI 2 EDITOR hapter SYS-ED/ OMPUTER EDUATION TEHNIQUES, IN. Objectives You will learn: How to edit code in the. How to create, open, and access project(s). How to edit scripts and use the code

More information

Introduction to macros

Introduction to macros L E S S O N 6 Introduction to macros Suggested teaching time 45-55 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

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the

Excel The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Excel 2007 Office Fluent user interface The primary replacement for menus and toolbars in Office Excel 2007 is the Ribbon. Designed for easy browsing, the Ribbon consists of tabs that are organized around

More information

Microsoft Project 2007 Level 2. MICROSOFT PROJECT 2007 Level 2

Microsoft Project 2007 Level 2. MICROSOFT PROJECT 2007 Level 2 Contents MICROSOFT PROJECT 2007 Level 2 Contents CONTENTS LESSON 1 - ORGANISING PROJECT DATA... 4 Using the AutoFilter Feature... 5 Filtering Data... 5 Sorting a View... 6 Creating a Custom Sort... 6 Grouping

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

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

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

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

AUTOMATIC UPDATES You can set up your program to automatically install updates.

AUTOMATIC UPDATES You can set up your program to automatically install updates. TaxReturnProduction 2 STARTING YOUR DAY Updating Your Software It is important to update your software as soon as an update becomes available for download. The Update Manager is used to obtain and install

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Lesson 1: Getting Started with

Lesson 1: Getting Started with Microsoft Office Specialist 2016 Series Microsoft Outlook 2016 Certification Guide Lesson 1: Getting Started with Email Lesson Objectives In this lesson, you will learn to identify Outlook program items,

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

More information

Using Advanced Options 14

Using Advanced Options 14 Using Advanced Options 14 LESSON SKILL MATRIX Skill Exam Objective Objective Number Customizing Word K E Y T E R M S metadata GlobalStock/iStockphoto 459 460 Lesson 14 GlobalStock/iStockphoto You are employed

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise)

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) Delegates Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) 1. On the menu bar, click Tools and then click Options. 2. When the Options dialog box opens, click on

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

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

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 Adobe Photoshop

Using Adobe Photoshop Using Adobe Photoshop 2 In this section we ll look at some essential things you need to know in order to use Photoshop effectively. First of all, we ll take a look at customising Photoshop s settings and

More information

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM

Access. Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM Access 2010 Basics PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 840 SOUTH ROESSLER STREET MONROE,

More information

ACT! Calendar to Excel

ACT! Calendar to Excel Another efficient and affordable ACT! Add-On by ACT! Calendar to Excel v.6.0 for ACT! 2008 and up http://www.exponenciel.com ACT! Calendar to Excel 2 Table of content Purpose of the add-on... 3 Installation

More information

Microsoft Access 2010

Microsoft Access 2010 Microsoft Access 2010 Chapter 1 Databases and Database Objects: An Introduction Objectives Design a database to satisfy a collection of requirements Describe the features of the Access window Create a

More information

USER MANUAL.

USER MANUAL. USER MANUAL www.seavusprojectviewer.com 1 Contents Chapter: Welcome to Seavus Project Viewer... 7 Introduction... 7 What s New in Using Seavus Project Viewer... 7 Benefits of Using Seavus Project Viewer...

More information

Advanced User's Workshop

Advanced User's Workshop Advanced User's Workshop Creating Local Distribution Lists Using Global and Local Distribution Lists Sharing a Local Distribution List Email Ribbon Bar Options Outlook 2007 & Office 2007 Application Integration

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. Outlook 2010 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook options. Ribbon: Logically organizes Command Buttons onto Tabs and Groups

More information

INTRODUCTION 4 WHAT S NEW IN USING SEAVUS PROJECT VIEWER 5 BENEFITS OF USING SEAVUS PROJECT VIEWER 5 MENUS 7 TOOLBARS 19 RIBBONS 27

INTRODUCTION 4 WHAT S NEW IN USING SEAVUS PROJECT VIEWER 5 BENEFITS OF USING SEAVUS PROJECT VIEWER 5 MENUS 7 TOOLBARS 19 RIBBONS 27 Contents Contents INTRODUCTION 4 WHAT S NEW IN USING SEAVUS PROJECT VIEWER 5 BENEFITS OF USING SEAVUS PROJECT VIEWER 5 MENUS 7 TOOLBARS 19 RIBBONS 27 WALKTHROUGH SEAVUS PROJECT VIEWER RIBBONS 35 VIEWS

More information

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013)

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) T APPENDIX B he Excel template for the Payroll Project is an electronic version of the books of account and payroll

More information

Lectora Audio Editor Information Center

Lectora Audio Editor Information Center Lectora Audio Editor Information Center - 1 - Welcome to the Lectora Audio Editor Information Center The Audio Editor Information Center was designed so that you can quickly find the information you need

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

Skill Exam Objective Objective Number

Skill Exam Objective Objective Number 2 Using Backstage LESSON SKILL MATRIX Skill Exam Objective Objective Number Accessing and Using Backstage View Manipulate workbook files and folders. 1.3.5 Printing with Backstage Apply printing options.

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

Quick Start Guide. Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft PowerPoint 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Find what you need Click any tab on the ribbon to display

More information

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

Getting Started. Microsoft QUICK Source 7

Getting Started. Microsoft QUICK Source 7 Microsoft QUICK Windows Source 7 Getting Started The Windows 7 Desktop u v w x u Icon links to a program, file, or folder that is stored on the desktop. v Shortcut Icon links to a program, file, or folder

More information

Microsoft Word - Templates

Microsoft Word - Templates Microsoft Word - Templates Templates & Styles. Microsoft Word come will a large amount of predefined templates designed for you to use, it is also possible to download additional templates from web sites

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

2 Work with Slides. Adding and Deleting Slides

2 Work with Slides. Adding and Deleting Slides 2 Work with Slides In this chapter, you will learn how to Add and delete slides. Add slides with ready-made content. Divide presentations into sections. Rearrange slides and sections. For each slide to

More information

Calendar Basics Outlook 2016 for Windows

Calendar Basics Outlook 2016 for Windows Calendar Basics Outlook 2016 for Windows Texas Christian University Information Technology Table of Contents Navigate the Calendar... 1 Create and Edit New Calendar Items... 2 New Appointment... 2 Add

More information

ADPRO FastTrace 2 USER GUIDE. Provided By:

ADPRO FastTrace 2 USER GUIDE. Provided By: ADPRO FastTrace 2 USER GUIDE Provided By: View Live Video A shortcut to ADPRO FastTrace 2 has been placed on your desktop screen. Double click the icon to launch the application. FastTrace 2 A Login window

More information

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

Microsoft Word Basic Editing. Lesson , John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word

Microsoft Word Basic Editing. Lesson , John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word Microsoft Word 2013 Lesson 2 Basic Editing 2014, John Wiley & Sons, Inc. Microsoft Official Academic Course, Microsoft Word 2013 1 Objectives 2014, John Wiley & Sons, Inc. Microsoft Official Academic Course,

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

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

Outlook 2010 Calendar

Outlook 2010 Calendar Outlook 2010 Calendar Table of Contents The Calendar... 4 The Week View... 5 Day View... 6 Month View... 7 Schedule View... 8 Scheduling Appointments... 9 Appointments... 10 Meetings... 10 Creating Appointments/Meetings...

More information

TIP SHEET FOR MS PROJECT

TIP SHEET FOR MS PROJECT TIP SHEET FOR MS PROJECT Table of Contents PART ONE MS PROJECT BASICS 1. Downloading MS Project on school computers 2. Navigation in MS Project 3. Different views in MS Project 4. Need help with MS Project?

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

As you probably know, Microsoft Excel is an

As you probably know, Microsoft Excel is an Introducing Excel Programming As you probably know, Microsoft Excel is an electronic worksheet you can use for a variety of purposes, including the following: maintain lists; perform mathematical, financial,

More information

Creating a Multimedia Presentation

Creating a Multimedia Presentation LESSON 8 Creating a Multimedia Presentation 8.1 After completing this lesson, you will be able to: Insert sounds in a presentation. Insert movies in a presentation. Play sounds or movies in a slide show.

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

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands.

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands. Quick Start Guide Microsoft Excel 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Add commands to the Quick Access Toolbar Keep favorite commands

More information

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016

Introducing Microsoft Office Specialist Excel Module 1. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Introducing Microsoft Office Specialist Excel 2013 Introducing Microsoft Office Specialist Excel 2013 Module 1 Page 1 of 25 Slide 2 - Lesson Objectives Lesson Objectives Understand what Microsoft

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

UNIT ONE: The Worksheet. Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file

UNIT ONE: The Worksheet. Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file UNIT ONE: The Worksheet T o p i c s : Workbook Window Excel Worksheet Fill handle Automatic fill Column widths Opening a file Saving a file I. Start Excel: 1. Click the Start button in the lower-left corner

More information

Windows 10: FAQs. The Start Menu. Cortana

Windows 10: FAQs. The Start Menu. Cortana Windows 10: FAQs Click on a topic below e.g. File Management to find answers to common questions about Windows 10. Alternatively, you can search this document by pressing CTRL + F and typing a keyword.

More information

Microsoft Office 2010 consists of five core programs: Word, Excel,

Microsoft Office 2010 consists of five core programs: Word, Excel, Chapter 1 Introducing Microsoft Office 2010 In This Chapter Starting an Office 2010 program Learning the Microsoft Office Backstage View Using the Quick Access toolbar Learning the Ribbon Customizing an

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

Microsoft PowerPoint 2010 Beginning

Microsoft PowerPoint 2010 Beginning Microsoft PowerPoint 2010 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

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

Microsoft Word 2010 Part 1: Introduction to Word

Microsoft Word 2010 Part 1: Introduction to Word CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010 Part 1: Introduction to Word Summer 2011, Version 1.0 Table of Contents Introduction...3 Starting the Program...3

More information

LiveProject User Manual

LiveProject User Manual Page 1 of 45 2008, Inc. LiveProject User Manual For all versions of LiveProject. Version 3.1 by Written for version 3.1.2 of LiveProject Page 1/45 Page 2 of 45 2008, Inc. 1 Table of Contents LiveProject

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max.

To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Job No: 01 Duration: 8H Job Title: User interface overview Objective: To familiarize of 3ds Max user interface and adapt a workflow based on preferences of navigating Autodesk 3D Max. Students should be

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

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

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

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

Lesson 5: Review and Deliver Presentations Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 5: Review and Deliver Presentations Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 5: Review and Deliver Presentations Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Set up presentations for delivery. Preview and print presentations. Prepare speaker notes and

More information

WORD (2010) TIPS & TRICKS. Gail Weiss

WORD (2010) TIPS & TRICKS. Gail Weiss WORD (2010) TIPS & TRICKS Gail Weiss Word (2010) Tips & Tricks Overview: Here are some tips and tricks to use in WORD to make you more productive. TABLE OF CONTENTS CUSTOMIZING THE QUICK ACCESS TOOLBAR...

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

Modifying Preferences in Microsoft Outlook 2016 for the PC

Modifying Preferences in Microsoft Outlook 2016 for the PC University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Modifying Preferences in Microsoft Outlook 2016 for the PC When first opening Outlook 2016, the Outlook

More information