Macros Included.

Slides:



Advertisements
Similar presentations
Microsoft Excel Presented by ShoWorks Fair Software and Online Entries
Advertisements

Excel Navigation. Instructions Use this PowerPoint presentation as you answer the Excel Navigation worksheet questions. Have Excel open also and use ALT.
Introduction to Microsoft Excel 2010 Chapter Extension 3.
WORKING SMART Crystal M. Thomas Henrico County DSS (804) POSSESS Central Region Member October 31, 2007.
Web ADI - Srinivas.M. Purpose Data upload into Oracle Applications Solution: Web ADI brings Oracle E-Business Suite functionality to a spreadsheet, where.
1 CA202 Spreadsheet Application Combining Data from Multiple Sources Lecture # 6.
Microsoft Excel Computers Week 4.
MICROSOFT OFFICE 2013 EXCEL 1. 2 File Tab 1 Title Bar 5. Group 7 Name Box 6 Active Cell 8 Formula Bar 4 Ribbon 9 Column 10. Row 11 Sheet Tabs 12 View.
Excel: Printing and Headers & Footers Computer Information Technology Section 6-11 Some text and examples used with permission from:
1 Financial Management Tool FMTREPORTS. 2 FMT has a powerful, flexible and user friendly reporting capability that presents data in an attractive format.
Chapter 1 Introduction to Spreadsheet. Agenda Download the practice files Spreadsheet application Workbook and worksheet Toolbar Cell Formatting Printing.
Lecture 1 Introduction to Excel OVERVIEW Introduction Basics of Cells Modifying Columns and Rows Formatting Cells Saving Working with Formulas Basics.
Spreadsheet. Objectives Create a new blank workbook. Create a new blank workbook. Identify user interface elements that you can use to accomplish basic.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Google Drive. Google Docs Google Drive is the new home for Google Docs Create and share your work online and access your documents from anywhere Manage.
Spreadsheets in Finance and Forecasting Presentation 7: Forms and Templates.
Google Training By: Amy Shannon and Dave Auwerda.
CTS130 Spreadsheet Lesson 5 Working with Simple Formulas.
Using Backstage Lesson 2. Objectives Software Orientation: Backstage View Backstage view’s left-side navigation pane (see figure on the next slide) gives.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
CTS130 Spreadsheet Lesson 3 Using Editing and Formatting Tools.
Intro to Excel - Session 2.21 Tutorial 2 - Session 2.2 Creating a Worksheet.
Microsoft Excel – Intermediate Topics April 14, 2008 Abby Wiertzema
Microsoft Office Excel 2003 Tutorial 3 – Developing a Professional-Looking Worksheet.
McGraw-Hill Career Education© 2008 by the McGraw-Hill Companies, Inc. All Rights Reserved. 3-1 Office Excel 2007 Lab 3 Managing and Analyzing a Workbook.
Learning Objectives What is a spreadsheet and what is the difference between a spreadsheet and a worksheet? Start Excel, open an existing spreadsheet,
Microsoft Access Lesson 1 Lexington Technology Center February 11, 2003 Bob Herring On the Web at
Google Drive. Google Docs Google Drive is the new home for Google Docs Create and share your work online and access your documents from anywhere Manage.
Just as there are many human languages, there are many computer programming languages that can be used to develop software. Some are named after people,
FY2013 Exhibit 54 Guidelines. 2 Exhibit 54: PURPOSE Tool used for assisting agencies in completing their Space Budget Justifications Basis for Annual.
+ Excel Workshop March /24/ Let’s start with some Vocab Cell Active Cell Cell grid Formula Bar Row Column Formula Builder Range 10/24/2015.
MS Excel Introduction to Excel; What Can I Do with a Spreadsheet? Unit 5.
Key Words: Functional Skills. Key Words: Spreadsheets.
Lotus 认证培训 Notes Domino 6/6.5 Application Development Foundation Skills ( 610 ) Exam Number: 610 Competencies: Please see exam guide. Length:
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003 Using Excel To Manage Data.
1 Lesson 13 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Excel Spreadsheet Notes. What is a Spreadsheet? Columns and rows of data.
A spreadsheet is a programme which stores data in a grid. Many people use spread sheets as an online calculator instead of working lots of calculations.
Spreadsheets 101 What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Common user interface, yet new stuff Notice: similar menus and buttons new menus: Data new features: –name box –Formula bar –3 sheets=1 binder(more can.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
FY2012 Exhibit 54 Guidelines. 2 Exhibit 54: PURPOSE Tool used for assisting agencies in completing their Space Budget Justifications Basis for Annual.
XP 1 Workshop Overview Goal Participants will leave the workshop with some basic Excel skills and the ability to locate and use online resources to continue.
Cell Column Drawing Toolbar Formatting Toolbar Formula Bar Help Box Menu Bar Name Box Rows Standard Toolbar Title Bar Worksheet.
Pasewark & Pasewark 1 Word Lesson 7 Working with Documents Microsoft Office 2007: Introductory.
Groups of cells labeled with letters that go up and down (vertical)
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
VBk Practical Mathematics and Microsoft Excel Course Formatting cells WINCHESTER COLLEGE.
Enlisted Association of the National Guard of the United States Data Extract Instructional Guide.
June 17, 2009 Office 2007 Tips & Tricks.
Lesson 2 Tables and Charts
Managing Worksheets And Workbooks
Excel for EMIS A few of my favorite things
Using the Excel Creation Template to Create a Variable Parameter Problem (Macro Enabled “Alpha 1.4.2”) Getting started – Example 1 Note – You should be.
Formatting a Workbook Part 2
Microsoft Excel 2007 – Level 1
Bryan College presents:
Excel 1 Microsoft Office 2013.
Creating a Worksheet and an Embedded Chart
Microsoft Excel All editions of Microsoft office.
Word Lesson 7 Working with Documents
Microsoft Excel 101.
JEdit.
Chapter 5 Microsoft Excel Window
How to run and format reports for your Local Board of Health
3.1 Understanding Spreadsheets
Getting started – Example 1
Computer Science 10 & ICT 9 EXCEL
Microsoft Excel 2007 – Level 2
Presentation transcript:

Macros Included

Cell Highlighting Why? Macros Included Limited color coding and outlining makes it easier to spot values the user should focus on. Macro’s are a method to automate tasks that are done repeatedly and require multiple steps. Macros Included FormatAsInput: Fills cells yellow, outlines FormatAsDecision: Fills cells green, outlines FormatAsOutput: Fills cells light turquoise, bold, outline

Formula Documentation Why? Documenting the formulas helps another person to understand the model logic, or helps the developer remember the model logic long after the actual model developmet. Alternate ways to document formulas View Formulas (Ctrl+`, or Tools/Options/View/Formulas) Column width issue (printing problems) Static Disconnected from source spreadsheet List Formulas (ListFormulas macro) Can be helpful for debugging Also shows current value of formula Formula Comments (FormulaComment macro) Retains context with source spreadsheet (one sheet printout) Can use and then explain formula

Printing Assistance Why? Macros Included Standardized printing options reduce frustration later on regarding versions, source document, etc. Macros Included Footer (MyFooter macro) Filename, Sheet Name, Author, Date, Time Print Settings (Grid_Headings macro) Gridlines Row & Column Headings Cell Comments print with spreadsheet Center Horizontally

Detailed Instructions for Installing Download Documentation Tools.xla from web page. Alternate Storage/Usage Methods (Choose one method only) (Recommended) Store it in the Library directory (with the other add-ins), and then select it through the Tools/Add-Ins menu. If you have Administrator privileges, this will be something similar to C:\Program Files\Microsoft Office\Office10\Library or …Office11\Libary, etc. Then in Excel, go to Add In Manager, and select the Documentation Tools item. If you don’t have Administrator privileges, store it in C:\Documents and Settings\<your username>\Application Data\Microsoft\AddIns. (2nd best) Save to Excel’s XLStart folder (similar to C:\Program Files\Microsoft Office\Office10\XLStart, or …Office11\XLStart). Excel will automatically load this every time Excel starts. (3rd best) Save it anywhere on your hard disk. When you want to use the macros/functions, open Documentation Tools.xla, and the new menu will appear. The potential problem with this approach is that if you use the user-defined functions and later don’t have the Documentation Tools.xla file open, these functions will have an error result.