CHAPTER 2: EXPORT TO WORD AND EXCEL

Size: px
Start display at page:

Download "CHAPTER 2: EXPORT TO WORD AND EXCEL"

Transcription

1 Chapter 2: Export to Word and Excel CHAPTER 2: EXPORT TO WORD AND EXCEL Objectives The objectives are: Integrate to Microsoft Word. Integrate to Microsoft Excel. Integrate to other Microsoft products. Create and use style sheets. Import and export style sheets. Introduction The new Export to Word and Excel functionality in Microsoft Dynamics NAV 5.0 makes it possible to export all kinds of data to other relevant Microsoft products, such as Word and Excel, for additional modification. Modifying the information in other Microsoft tools makes it possible to use these tools strengths with regard to structuring information and presenting information in a way that best suits the target audience. This new Export to Word and Excel functionality is a generic solution that lets the user export data in a simple manner, without additional programming. In addition to this, the implementation consultant can use the style sheets to add formats that make sure that the information is exported in a user-friendly and similar way every time. This section describes using the new Export to Word and Excel functionality through a series of demonstrations. Page 25

2 What's New in Microsoft Dynamics NAV 5.0 Application, Part I Integration to Word The new integration to Word lets the user export data from any form in Microsoft Dynamics NAV using the ordinary XML format (XML is a type of text document format that is frequently used in communication between different IT systems). The integration is accessed by clicking an icon in the toolbar labeled Send to Microsoft Office Word (Ctrl+W). The Word icon looks exactly like the usual Word icon used in other locations in Microsoft Office products. Demonstration Exporting Data to Word The sales manager at Cronus wants to create a customer list in Word to distribute to new employees at an introduction meeting. The goal is to provide attractive headings, dynamic formatting, and informative comments about each customer. Therefore, the sales manager decides to export the customer list to Word and modify it there. As a prerequisite, the sales manager must already have Word installed. Steps The sales manager goes through the following steps to export the customer list form to Word: 1. Open the Customer Card in Microsoft Dynamics NAV under the Sales and Marketing menu. FIGURE 2-1: CUSTOMER CARD Page 26

3 Chapter 2: Export to Word and Excel 2. Press F5 or open the list function under the Customer button to access the Customer List window. FIGURE 2-2: CUSTOMER LIST 3. Click the Word icon in the tool bar. The Word program starts and the information from the window is transferred to Word in XML format. The form now appears as shown in Figure 2-3. Page 27

4 What's New in Microsoft Dynamics NAV 5.0 Application, Part I FIGURE 2-3: CUSTOMER LIST IN WORD NOTE: The information is transferred to Word exactly as shown in the form in Microsoft Dynamics NAV. 3. The sales manager can now modify the information in Word to meet personal preference, for example by creating new headings and adding comments. Page 28

5 Chapter 2: Export to Word and Excel NOTE: When you are working in Word on a transferred document, it is actually an XML document you are working in. Although you can save the document as a.doc file, it will be saved by default as an.xml document. Integration to Excel The new integration to Excel enables the user to export data from any window in Microsoft Dynamics NAV using the XML format. The integration is accessed by clicking an icon in the toolbar labeled Send to Microsoft Office Excel (Ctrl+E). The Excel icon looks exactly like the usual Excel icon used in other locations in Office products. Demonstration Exporting Data to Excel The sales manager at Cronus wants to create a customer list in Excel to distribute to new employees at an introduction meeting. The goal is to add new columns with additional information, for example the name of each responsible employee and a priority figure. Therefore, the manager decides to export the customer list to Excel and modify it there. As a prerequisite, the sales manager must have Excel previously installed. Steps The sales manager uses the following steps to export a list form to Excel: 1. Open the Customer Card window in Microsoft Dynamics NAV under the Sales and Marketing menu. 2. Pres F5 or open the list function under the Customer button to access the Customer list form. 3. Click the Excel icon in the toolbar. The Excel program starts and the information from the form is transferred to Excel in XML format. Page 29

6 What's New in Microsoft Dynamics NAV 5.0 Application, Part I FIGURE 2-4: CUSTOMER LIST IN EXCEL NOTE: The information is transferred to Excel exactly as it appears in the form in Microsoft Dynamics NAV. Each tab in NAV is transferred to a separate tab in Excel. 4. Modify the information in the desired way, for example by creating new columns and using Excel s extensive toolbox for graphics. 5. Similar to working in Word, when you work in Excel it is actually an XML file that you are working in. You can save the document as a ".doc" but it is per default saved as an ".xml" document. Page 30

7 Chapter 2: Export to Word and Excel Integration to Other Microsoft Products Integration to PowerPoint Users can integrate to a variety of other Microsoft products. This requires development of a special style sheet to define the export format and integrating application. Because the integration is based on XML files, it is flexible to work with. The development of new style sheets and integration to other products presents a business opportunity for the partner organization. Partners can help customers to create integration to the Microsoft products they need and in the format they need for their unique business. The following topics show an example of a partner developed integration to another Microsoft product, PowerPoint. When users export data to Microsoft PowerPoint, the style sheet is not provided as part of the Microsoft Dynamics NAV standard product. PowerPoint is a tool that is used to create attractive and efficient presentations. Frequently, a user presents financial data or customer data from Microsoft Dynamics NAV to managers or other business partners. In this situation the new integration is comprehensive to enable exporting of data to PowerPoint. Demonstration Exporting Data to PowerPoint The accounting manager at Cronus wants to show a new employee on the management team how the chart of accounts is built up. Additionally, the accounting manager wants to add some colors to the chart of accounts to specify the different types of accounts. Therefore, the accounting manager decides to export the chart of accounts to PowerPoint and modify it there. It is a prerequisite that the accounting manager has PowerPoint previously installed and a special style sheet for PowerPoint implemented to perform this activity. Page 31

8 What's New in Microsoft Dynamics NAV 5.0 Application, Part I Steps The accounting manager uses the following steps to export data to PowerPoint: 1. Open the Financial Management menu and open the Chart of Accounts window. FIGURE 2-5: CHART OF ACCOUNTS WINDOW 2. Click the icon labeled Send options in the toolbar. 3. The Application Selection window appears. It provides an overview of the available style sheets. Select the Microsoft Power Point style sheet that was added by the partner. 4. Click the Send button. The information is transferred to PowerPoint in XML format using the partner developed style sheet (XSLT document) as a template. 5. The PowerPoint program starts, and the chart of account can be viewed and modified. Page 32

9 Chapter 2: Export to Word and Excel Adding Style Sheets The possibility to use specific style sheets adds new partner opportunities. Partners can create style sheets that enable customers to export specific data in a specific format to Microsoft applications or other applications. A style sheet is a type of template document used to transform XML documents into other XML documents. The file format that is used for a style sheet is XSLT. In simple cases, such as inserting a new logo into a customer letter in Word, the style sheet can be modified by a consultant or a super user who has no particular XML knowledge. Modification is performed by replacing some part of an XML file with another in a text editor. Otherwise, a person with XML and style sheet knowledge must perform the modification in an XML editor. NOTE: For more information about how to modify style sheets, refer to the white paper Creating XML Style Sheets for Data Export from Microsoft Dynamics NAV 5.0. This following topics provide an overview of the technical use of style sheets and of the import and export processes. NOTE: Remember that changes made to the style sheets apply to all users of the database. Therefore it is strongly recommended that such changes be performed by the implementation consultant. NOTE: The form type as such makes no difference, but all the existing style sheets in the program are made for card forms or documents. Technical Background of Style Sheets The following example describes what happens in the system when a user clicks one of the icons in the toolbar and applies a style sheet to the export of data. When a user opens a form object of the type List Form, and then clicks the Word icon in the toolbar, the following occurs within the system: 1. The client kernel looks in a special table that contains the different possible applications to send to by using XML and extracts information about an applicable path. 2. If the current form has a customized style sheet as a default style sheet, the client kernel looks in a special table that contains all the customized style sheets to view. If no customized style sheet is defined as the default style sheet, the system uses the built-in default style sheet. In this case, the client kernel uses the default style sheet for Word. Page 33

10 What's New in Microsoft Dynamics NAV 5.0 Application, Part I Managing New Style Sheets 3. The client kernel calls a Trigger in Code unit 1 (AL runtime) with the data from the form as XML data. A reference to the XSLT document (style sheet document) that should be used is made. The Send To option is performed so that the AL runtime knows how to make the format. In this case the option is Word. 4. The AL runtime transforms the XML document by using the XSLT document in the target application style. Afterward, the AL runtime returns this XML document to the client (for example, the Microsoft Dynamics NAV client or MBF client). 5. The client kernel starts the Word application and sends the transformed XML document to Word. The program supports default style sheets for several different forms such as: Customer card Contact card Vendor card Sales Quote Sales Order When managing new style sheets, users can do the following: Import a style sheet. Export a style sheet. Delete a style sheet. The following demonstrations explain these three processes. Demonstration Import a Style Sheet The implementation consultant responsible for Cronus wants to import a customized style sheet that was made for the form Contact Card into Microsoft Dynamics NAV and associate it with the Contact Card. Steps The implementation consultant performs the following steps: 1. Open the contact card in the Sales and Marketing menu. 2. In the Tools menu, select the option Manage Style Sheets. The object in focus is the contact card, and the customized style sheet for the contact card is found. 3. The object information and associated style sheet is inserted into the appearing screen as shown in Figure 2-6. Page 34

11 Chapter 2: Export to Word and Excel FIGURE 2-6: MANAGE STYLE SHEETS The form in question is form number 5050, Contact Card. The program is Word, and the default associated style sheet is "Contact card letter for Microsoft Word." 4. The implementation consultant clicks the Functions button and selects Import to add a new style sheet. The Contact Card - Import Style Sheet window appears as shown in Figure 2-7. FIGURE 2-7: CONTACT CARD IMPORT STYLE SHEET Page 35

12 What's New in Microsoft Dynamics NAV 5.0 Application, Part I 5. Define the path to the new style sheet created for the customer and give the sheet a recognizable name. Finally, find the Microsoft Word application from the drop down menu. 6. Click OK to save the style sheet, and the new customized style sheet is imported. It is now available for all users. Later, when the user wants to work with the new Cronus Contact Card style sheet, he or she must select the new style sheet from the style sheet menu instead of the default one. The style sheet menu will appear when clicking the Send options icon from the toolbar. NOTE: The system will remember the style sheet that the user used the last time. If a specific style sheet was previously used, it will appear when clicking the Word icon the next time. Demonstration Export a Style Sheet Users can export data by using a specific styles sheet. Specific style sheets already exist in the Microsoft Dynamics NAV program for: Customer Contact Vendor Sales Order Sales Quote The implementation consultant responsible for Cronus wants to export a customized style sheet that was made for the Contact Card window. Steps The implementation consultant performs the following steps: 1. Open the contact card in the Sales and Marketing menu. 2. Select the Manage Style Sheets option on the Tools menu. 3. Under functions select Export. The file explorer opens. Select a folder within which to save the style sheet and give the style sheet a name. It will be saved as an XSLT file. This style sheet can also be used to import at another customer site or to work more with. Page 36

13 Chapter 2: Export to Word and Excel Demonstration Delete a Style Sheet The implementation consultant responsible for Cronus wants to delete a customized style sheet that has been incorrectly imported for the contact card. (This demonstration assumes that one or more customized style sheets are already saved for the Contact Card form.) Steps The implementation consultant performs the following steps: 1. Open the Contact Card window in the Sales and Marketing menu. 2. In the Tools menu, select the option Manage Style Sheets. 3. Delete the wrong style sheet by highlighting it and pressing delete. A dialog box appears that displays the text: Delete selected lines? 4. Answer Yes to delete the line. The style sheet is removed from the style sheet table Page 37

14 What's New in Microsoft Dynamics NAV 5.0 Application, Part I Conclusion The new Export to Word and Excel functionality in Microsoft Dynamics NAV 5.0 opens up new possibilities. Users can now export and modify data in the Microsoft Office tools that the user finds suitable for different business purposes. The possibility to define style sheets offers the partner organizations and super users new business opportunities to customize Style sheets to suit individual business needs. Page 38

15 Chapter 2: Export to Word and Excel Lab 2.1 Using the Export to Word and Excel Feature Scenario: You are a sales manager at Cronus. You are about to present the Chart of Accounts at a meeting for new employees. You are doing this by exporting the chart to another Office program (Word or Excel) and editing it there. Challenge Yourself! Complete the following tasks: In the Financial Management menu open General Ledger and then the Chart of Accounts. Click the relevant icon in the toolbar View the result in Word or Excel Click the Send Options icon that can transfer data to other applications. Look at the list of default style sheets. Need a Little Help? Follow these steps: Open Financial Management and then General Ledger and then Chart of Accounts. Click the Word icon to transfer the sales order to Word. Click the Excel icon to transfer the sales order to Excel. Click the Send Options icon. The list of default style sheets is displayed. The program supports style sheets for Word and Excel. Partners can add new style sheets to this list by using the import feature. Page 39

16 What's New in Microsoft Dynamics NAV 5.0 Application, Part I Quick Interaction: Lessons Learned Take a moment and write down three key points you have learned from this chapter: Page 40

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

Adobe Acrobat X Pro Creating & Working with PDF Documents

Adobe Acrobat X Pro Creating & Working with PDF Documents Adobe Acrobat X Pro Creating & Working with PDF Documents Overview Creating PDF documents is useful when you want to maintain the format of your document(s). As a PDF document, your file maintains its

More information

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template

Microsoft Office PowerPoint 2003. Creating a new presentation from a design template. Creating a new presentation from a design template Microsoft Office PowerPoint 2003 Tutorial 2 Applying and Modifying Text and Graphic Objects 1 Creating a new presentation from a design template Click File on the menu bar, and then click New Click the

More information

CHAPTER 2: INTERCOMPANY POSTINGS

CHAPTER 2: INTERCOMPANY POSTINGS CHAPTER 2: INTERCOMPANY POSTINGS Objectives Introduction The objectives are: Review the IC feature and prepare the database to complete Intercompany Postings. Explain the IC Partner Card and the process

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005

Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction to Visio 2003 By Kristin Davis Information Technology Lab School of Information The University of Texas at Austin Summer 2005 Introduction This tutorial is designed for people who are new

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 7 PowerPoint 2010 Home > PowerPoint 2010 Help and How-to > Getting started with PowerPoint Search help More on Office.com: images templates Basic tasks in PowerPoint 2010 Here are some basic

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Email Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Email Basics. a. Click the arrow to the right of the Options button, and then click Bcc. Email Basics Add CC or BCC You can display the Bcc box in all new messages that you compose. In a new message, do one of the following: 1. If Microsoft Word is your e-mail editor a. Click the arrow to

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade Exercise: Creating two types of Story Layouts 1. Creating a basic story layout (with title and content)

More information

EDIT202 PowerPoint Lab Assignment Guidelines

EDIT202 PowerPoint Lab Assignment Guidelines EDIT202 PowerPoint Lab Assignment Guidelines 1. Create a folder named LABSEC-CCID-PowerPoint. 2. Download the PowerPoint-Sample.avi video file from the course WebCT/Moodle site and save it into your newly

More information

Access Tutorial 1 Creating a Database

Access Tutorial 1 Creating a Database Access Tutorial 1 Creating a Database Microsoft Office 2013 Objectives Session 1.1 Learn basic database concepts and terms Start and exit Access Explore the Microsoft Access window and Backstage view Create

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Stored Documents and the FileCabinet

Stored Documents and the FileCabinet Stored Documents and the FileCabinet Introduction The stored document features have been greatly enhanced to allow easier storage and retrieval of a clinic s electronic documents. Individual or multiple

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

Using PowerPoint Short Course

Using PowerPoint Short Course Using PowerPoint Short Course PowerPoint is a software package that enables you to create presentation slides. Your presentation can include Text and Bulleted points, Tables, Graphs even Flow charts. To

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Smart Connection 9 Element Labels

Smart Connection 9 Element Labels 08 Smart Connection 9 Element Labels This document is part of the documentation for Smart Connection 9 and is an extract from the former Smart Connection 9 User Guide for InDesign. For more information

More information

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 TABLE OF CONTENTS WHAT IS A STYLE?... 2 VIEWING AVAILABLE STYLES IN THE STYLES GROUP... 2 APPLYING STYLES FROM THE STYLES GROUP...

More information

Introduction Manual Datastream

Introduction Manual Datastream Author Mads Thomsen Peter Kjærsgaard-Andersen Introduction Manual Datastream Description Introduction to the database Datastream. Datastream is a large financial database with time series and static data

More information

CHAPTER 5: INTERACTIONS AND DOCUMENT MANAGEMENT

CHAPTER 5: INTERACTIONS AND DOCUMENT MANAGEMENT CHAPTER 5: INTERACTIONS AND DOCUMENT MANAGEMENT Objectives The objectives for this chapter are: Set up interactions. Create interaction templates. Set up interaction groups. Manage interaction attachments.

More information

Table Of Contents. iii

Table Of Contents. iii Table Of Contents Quickstart... 1 Introduction... 1 Data administration... 1 The Toolbar... 2 Securities management... 3 Chart window structure... 4 Adding an indicator... 5 Chart drawings... 6 Saving

More information

Creating Survey Forms from a Word Table

Creating Survey Forms from a Word Table Creating Survey Forms from a Word Table Doc 5.110 Ver 1 Date July 2003 Author Vivien Hall Central Computing Services 1 Introduction This document explains how to use Microsoft Word for Windows 2000 tables

More information

CHAPTER 9: MULTICOMPANY OPERATIONS CONSOLIDATIONS

CHAPTER 9: MULTICOMPANY OPERATIONS CONSOLIDATIONS Chapter 9: Multicompany Operations - Consolidations CHAPTER 9: MULTICOMPANY OPERATIONS CONSOLIDATIONS Objectives The objectives are: Explain the capabilities of the consolidation feature and provide instructions

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View Excel 03 What s New Introduction Microsoft Excel 03 has undergone some slight user interface (UI) enhancements while still keeping a similar look and feel to Microsoft Excel 00. In this self-help document,

More information

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7

Subscribe to RSS in Outlook 2007. Find RSS Feeds. Exchange Outlook 2007 How To s / RSS Feeds 1of 7 Exchange Outlook 007 How To s / RSS Feeds of 7 RSS (Really Simple Syndication) is a method of publishing and distributing content on the Web. When you subscribe to an RSS feed also known as a news feed

More information

Power Point 2003 Table of Contents

Power Point 2003 Table of Contents Power Point 2003 Table of Contents Creating a Presentation... 2 Selecting Background and Format for Slide... 3 Creating the Title Slide... 4 Adding a New Slide... 5 Types of Text for a Slide: Taken from

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

Microsoft Office PowerPoint 2003. Identify components of the PowerPoint window. Tutorial 1 Creating a Presentation

Microsoft Office PowerPoint 2003. Identify components of the PowerPoint window. Tutorial 1 Creating a Presentation Microsoft Office PowerPoint 2003 Tutorial 1 Creating a Presentation 1 Identify components of the PowerPoint window You will recognize some of the features of the PowerPoint window that are common to Windows

More information

Producing Standards Based Content with ToolBook

Producing Standards Based Content with ToolBook Producing Standards Based Content with ToolBook Contents Using ToolBook to Create Standards Based Content... 3 Installing ToolBook... 3 Creating a New ToolBook Book... 3 Modifying an Existing Question...

More information

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

1.5 MONITOR. Schools Accountancy Team INTRODUCTION 1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved

More information

To Begin Customize Office

To Begin Customize Office To Begin Customize Office Each of us needs to set up a work environment that is comfortable and meets our individual needs. As you work with Office 2007, you may choose to modify the options that are available.

More information

Microsoft Publisher Flyers and Business Cards

Microsoft Publisher Flyers and Business Cards Publisher is a Microsoft product that can be used to create professional looking flyers, business cards and other page designs. The shortcut icon below is how you recognize publisher. When you launch Publisher,

More information

Working with sections in Word

Working with sections in Word Working with sections in Word Have you have ever wanted to create a Microsoft Word document with some pages numbered in Roman numerals and the rest in Arabic, or include a landscape page to accommodate

More information

Using JCPS Online for Websites

Using JCPS Online for Websites Getting Started Before you begin, an Online Group must be created for you. Send an email requesting the group along with the username of anyone you want added as an editor to mike.broderick@jefferson.kyschools.us.

More information

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates...

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates... THE DOCUMENT MANAGER Chapter 14 THE DOCUMENT MANAGER CONTENTS Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4 How to Create Letter Templates...

More information

Printing with Calc Title: Printing with Calc Version: 1.0 First edition: December 2004 First English edition: December 2004

Printing with Calc Title: Printing with Calc Version: 1.0 First edition: December 2004 First English edition: December 2004 Printing with Calc Title: Printing with Calc Version: 1.0 First edition: December 2004 First English edition: December 2004 Contents Overview...ii Copyright and trademark information...ii Feedback...ii

More information

CB Advanced: Innovative Document Templates

CB Advanced: Innovative Document Templates CB Advanced: Innovative Document Templates Sending personalized letters frequently helps build stronger relationships with clients. That's one of the things that ClientBase does best. A library of customizable

More information

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project

Microsoft Project 2007 Level 2: Working with Resources and Managing a Project Microsoft Project 2007 Level 2: Working with Resources and Managing a Project By Robin Peers Robin Peers, 2008 ABOUT THIS CLASS In Microsoft Project 2007 Level 1: Creating Project Tasks, the focus was

More information

Microsoft Word 2007 - Mail Merge

Microsoft Word 2007 - Mail Merge Microsoft Word 2007 - Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a set of data or data source. It is the process

More information

Microsoft Word 2013: Mail Merge

Microsoft Word 2013: Mail Merge Microsoft Word 2013: Mail Merge Mail merge is a tool which allows you to create form letters, mailing labels and envelopes by linking a main document to a data source. It is the process of combining a

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

Using Entrust certificates with Microsoft Office and Windows

Using Entrust certificates with Microsoft Office and Windows Entrust Managed Services PKI Using Entrust certificates with Microsoft Office and Windows Document issue: 1.0 Date of issue: May 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

COMBINING FILES IN PDF PORTFOLIOS

COMBINING FILES IN PDF PORTFOLIOS 5 COMBINING FILES IN PDF PORTFOLIOS Lesson Overview In this lesson, you ll learn how to do the following: Quickly and easily combine files of different types into one PDF Portfolio. Customize the look

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

PowerPoint 2013 Basics of Creating a PowerPoint Presentation Revision 4 (01-31-2014) PowerPoint 2013 Basics of Creating a PowerPoint Presentation MICROSOFT POWERPOINT PowerPoint is software that lets you create visual presentations. PowerPoint presentations are

More information

Getting Started The Windows SharePoint Services Window

Getting Started The Windows SharePoint Services Window QUICK Source Microsoft Windows SharePoint Services 3.0 for Windows Server 2003 Getting Started The Windows SharePoint Services Window Browser Toolbars - allow the user to navigate in the browser. Link

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL CREATING a FORMAL REPORT using MICROSOFT WORD and EXCEL TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION... 4 1.1 Aim... 4 1.2 Authorisation... 4 1.3 Sources of Information... 4 2 FINDINGS... 4

More information

Erlangen, 23.09.2013

Erlangen, 23.09.2013 Import and Export of xml files from and to Primavera P6 Web 8.3 (V 1.00) Erlangen, 23.09.2013 proadvise GmbH E-Mail: info@proadvise.com Ust. ID Nr. DE226366353 Brühlweg 4 Web: www.proadvise.com 73663 Berglen

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

What is a Mail Merge?

What is a Mail Merge? NDUS Training and Documentation What is a Mail Merge? A mail merge is generally used to personalize form letters, to produce mailing labels and for mass mailings. A mail merge can be very helpful if you

More information

This Skill Builder demonstrates how to define and place sketched symbols in drawings.

This Skill Builder demonstrates how to define and place sketched symbols in drawings. Sketched Symbols This Skill Builder demonstrates how to define and place sketched symbols in drawings. A sketched symbol is a user-defined symbol. You create sketched symbols in the sketch environment

More information

Getting a Free Comodo Email Certificate

Getting a Free Comodo Email Certificate Getting a Free Comodo Email Certificate Go here and click on Get It Free Now button. http://www.instantssl.com/ssl certificate products/free email certificate.html It will take you to this form which you

More information

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project.

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project. Introduction TeamDirection IntelliGantt solutions allows you and the rest of your project team to collaborate on your projects together. How you would like work together is up to you. The project manager

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Navigating Microsoft Word 2007

Navigating Microsoft Word 2007 Navigating Microsoft Word 2007 Subject Descriptors: Microsoft Office Word 2007, Interface Application (Version): Microsoft Word 2007 for Windows Task Description: I am new to Microsoft Word 2007. How do

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

einstruction CPS (Clicker) Instructions

einstruction CPS (Clicker) Instructions Two major approaches to run Clickers a. Anonymous b. Tracked Student picks any pad as s/he enters classroom; Student responds to question, but pad is not linked to student; Good for controversial questions,

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

To export data formatted for Avery labels -

To export data formatted for Avery labels - Information used to create labels in the Client Data System (CDS) can be exported out of CDS and used to create labels in Microsoft Word, making it possible to customize the font style, size, and color.

More information

ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL

ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL ARCONICS CONTENT MANAGEMENT SYSTEM FOR UL MENU OPTION CLASSIFICATION MANAGER Creating a new classification / menu 1. Click Classification manager 2. Click on the plus sign beside WWW to expand the folders

More information

Dashboard Chart. The Perfect Dashboard Chart. Download a free e-book. Visit www.kidasa.com. Bass Hall. Parlin Hall.

Dashboard Chart. The Perfect Dashboard Chart. Download a free e-book. Visit www.kidasa.com. Bass Hall. Parlin Hall. The Perfect Dashboard Chart Like the old saying goes, "A picture is worth a thousand words". In project management, this concept can be extended to "A one page schedule is worth a thousand words". Using

More information

The Application Getting Started Screen is display when the Recruiting Matrix 2008 Application is Started.

The Application Getting Started Screen is display when the Recruiting Matrix 2008 Application is Started. Application Screen The Application Getting Started Screen is display when the Recruiting Matrix 2008 Application is Started. Navigation - The application has navigation tree, which allows you to navigate

More information

CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL

CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Chapter 6: Analyze Microsoft Dynamics NAV 5.0 Data in Microsoft Excel CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Objectives The objectives are: Explain the process of exporting

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Automate tasks with Visual Basic macros

Automate tasks with Visual Basic macros Automate tasks with Visual Basic macros If you're not familiar with macros, don't let the term frighten you. A macro is simply a recorded set of keystrokes and instructions that you can use to automate

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher Customizing the Templates in Microsoft Publisher Microsoft Publisher is part of the Microsoft Office Suite, so most

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

How To Insert Hyperlinks In Powerpoint Powerpoint

How To Insert Hyperlinks In Powerpoint Powerpoint Lesson 5 Inserting Hyperlinks & Action Buttons Introduction A hyperlink is a graphic or piece of text that links to another web page, document, or slide. By clicking on the hyperlink will activate it and

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList

More information

Hands-on Practice. Hands-on Practice. Learning Topics

Hands-on Practice. Hands-on Practice. Learning Topics Using Microsoft PowerPoint Software on a SMART Board Interactive Whiteboard You make presentations for a reason to communicate a message. With a SMART Board interactive whiteboard, you can focus the attention

More information

Arbortext 6.1. Curriculum Guide

Arbortext 6.1. Curriculum Guide Arbortext 6.1 Curriculum Guide Live Classroom Curriculum Guide Authoring using Arbortext Editor 6.1 Authoring for DITA using Arbortext Editor 6.1 Using Arbortext Styler 6.1 Authoring using Arbortext Editor

More information

Microsoft Access Database

Microsoft Access Database 1 of 6 08-Jun-2010 12:38 Microsoft Access Database Introduction A Microsoft Access database is primarily a Windows file. It must have a location, also called a path, which indicates how the file can be

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

MICROSOFT ACCESS 2007 BOOK 2

MICROSOFT ACCESS 2007 BOOK 2 MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

1. Introduction. P2O is automatically loaded when you open Ms Project (2010 or 2013). The add-in can be found under the M5 Tools menu. 2.

1. Introduction. P2O is automatically loaded when you open Ms Project (2010 or 2013). The add-in can be found under the M5 Tools menu. 2. 1. Introduction Project 2 Outlook (P2O) will help Microsoft Project users to improve project communication by exporting MS Project tasks and information to MS Outlook Task or Appointments. Users don t

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

TABLE OF CONTENTS I. MAIL MERGING...1 II. MAIL MERGE WIZARD...1 III. MAIL MERGE TOOLBAR...4 PRINTING LABELS AND ENVELOPES...4

TABLE OF CONTENTS I. MAIL MERGING...1 II. MAIL MERGE WIZARD...1 III. MAIL MERGE TOOLBAR...4 PRINTING LABELS AND ENVELOPES...4 TABLE OF CONTENTS I. MAIL MERGING...1 II. MAIL MERGE WIZARD...1 1. CREATING A NEW LETTER AND DATA LIST...1 2. CREATING A NEW LETTER USING AN EXISTING DATA LIST...3 III. MAIL MERGE TOOLBAR...4 MERGING EXISTING

More information

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS

GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS GOOGLE DOCS APPLICATION WORK WITH GOOGLE DOCUMENTS Last Edited: 2012-07-09 1 Navigate the document interface... 4 Create and Name a new document... 5 Create a new Google document... 5 Name Google documents...

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Microsoft Excel 2013: Charts June 2014

Microsoft Excel 2013: Charts June 2014 Microsoft Excel 2013: Charts June 2014 Description We will focus on Excel features for graphs and charts. We will discuss multiple axes, formatting data, choosing chart type, adding notes and images, and

More information

CHAPTER 11: SALES REPORTING

CHAPTER 11: SALES REPORTING Chapter 11: Sales Reporting CHAPTER 11: SALES REPORTING Objectives Introduction The objectives are: Understand the tools you use to evaluate sales data. Use default sales productivity reports to review

More information

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

More information

Creating trouble-free numbering in Microsoft Word

Creating trouble-free numbering in Microsoft Word Creating trouble-free numbering in Microsoft Word This note shows you how to create trouble-free chapter, section and paragraph numbering, as well as bulleted and numbered lists that look the way you want

More information