Session #: 810 Excel 301: Take the Elevator to the Next floor: Macros Download session documents at: http://www.rcm-hrs.com/motm2017.html Presenters Name:

Slides:



Advertisements
Similar presentations
Introduction to Macro Introduction to Visual Basic for Application Recording a Macro Looking at the code of Recorded Macro.
Advertisements

Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Excel Project 4 Financial Functions, Data Tables, Amortization Schedules, and Hyperlinks.
WORKING SMART Crystal M. Thomas Henrico County DSS (804) POSSESS Central Region Member October 31, 2007.
Using Macros and Visual Basic for Applications (VBA) with Excel
Developing an Excel Application
Tutorial 8: Developing an Excel Application
Templates and Styles Excel Advanced. Templates are pre- designed and formatted spreadsheets –They provide consistency of layout/structure –They.
Using Microsoft Office Excel 2007
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
Macros Excel built-in functions are great but limited Macros are a means for the user to define new functions A macro is a single command that automates.
Chapter 1 Introduction to Spreadsheet. Agenda Download the practice files Spreadsheet application Workbook and worksheet Toolbar Cell Formatting Printing.
Microsoft Excel 2003 Illustrated Complete Excel and Advanced Worksheet Management Customizing.
Lecture 1 Introduction to Excel OVERVIEW Introduction Basics of Cells Modifying Columns and Rows Formatting Cells Saving Working with Formulas Basics.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Introduction to VBA. This is not Introduction to Excel We’re going to assume you have a basic level of familiarity with Excel If you don’t, or you need.
11. Visual Basic Macro Recorder. Open Excel Click File -> Save As.
Excel Lesson 2 Business Forms. Task 1  Goals  Format cell data  Apply and modify cell styles.
Macros n Macros are little programs that you can create to automate particular tasks that you may want to execute more easily than having to specify all.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 7 BACKNEXTEND 7-1 LINKS TO OBJECTIVES Record & run a macro Record & run a macro Save as a macro-
Microsoft Excel Macros & Excel Solver (IENG490)
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Lecture Excel: Macros & Pivot Tables. Macros A macro is a series of commands that are stored and can be run whenever you need to perform the task.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 71 Exploring Microsoft Word Chapter 7 The Expert User: Workgroups, Forms, Master Documents,
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Chapter 12: Recording Macros Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Intro to Excel - Session 7.31 Tutorial 7 - Session 7.3 Developing an Excel Application.
Using Technology to ease the administration burden CAPS Recording Mark Sheets.
® Microsoft Office 2010 Integrating Word, Excel, Access, and PowerPoint.
LOGO Chapter II Entering Excel Formulas and Formatting Data Friday, November 20, 2015.
Creating Macros in Excel Adding Automated Functionality to Excel & Office Applications.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
Introduction to Microsoft Excel Macros COE 201- Computer Proficiency.
An electronic document that stores various types of data.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
This lesson teaches you how to enter, edit, and manipulate cells and their data,—which are the building blocks of spreadsheets. Cells and Cell Data In.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Lecturer: Dalia Mirghani
Excel Tutorial 8 Developing an Excel Application
June 17, 2009 Office 2007 Tips & Tricks.
Excel: Macros & Pivot Tables
Computer Fundamentals
Microsoft Office Ribbon
TDA Direct Certification
Sowmya Devaraja August 25, 2016
Microsoft Excel.
Mail Merge And Macros in MS WORD
EXCEL Introduction.
Microsoft Office Illustrated
Developing Editing and Formatting Skills
Introducing Microsoft Office 2010
Creating Macros in Excel
Microsoft Office Ribbon
ME 142 Engineering Computation I
Simple Spreadsheet tasks
Introduction to Database Programs
Intro to Microsoft Excel
Microsoft Excel 101.
Macro.
Microsoft Office Ribbon
Lesson 6: Copy, Cut, and Paste Content
Lesson 1 - Automating Tasks
Objectives At the end of this session, students will be able to:
Introduction to Database Programs
Unit 1: Introduction Lesson 6: Copy, Cut, and Paste Content.
Microsoft Excel 2007 – Level 2
Day 1: Getting Started with Microsoft Excel 2010
Add Background Style Click the slide or slides that you want to add background style Click Design Tab Click Down arrow in the Themes group.
Day 2: Fill Data Automatically in Worksheet Cells
Presentation transcript:

Session #: 810 Excel 301: Take the Elevator to the Next floor: Macros Download session documents at: http://www.rcm-hrs.com/motm2017.html Presenters Name: David Pena, Hrair Tcholakian

Agenda What are macros? When do you use macros? Simple macros Complex macros Finale – Demonstration Q&A

What Are Macros?

What are macros? A single instruction that expands automatically into a set of instructions to perform a particular task Macros you use all the time include Cut CTRL+X Copy CTRL+C Paste CTRL+V Paste special CTRL+ALT+V New CTRL+N Save CTRL+S

What are macros? Excel macros can be executed by assigning to a Push button (AKA object) Keyboard shortcut Macros can execute a “sub macro”

When do you use macros?

When do you use macros? For tedious, repetitive tasks you want to simplify or automate Format entire document (font, color, etc.) Format columns or rows Delete columns or rows Insert columns or rows Insert calculations or formulas Merge/unmerge columns Transform spreadsheet data

When do you use macros? To validate benefit elections using vendor and ADPR reports Create an ADPR report in .csv format Run a macro to combine the 2 reports Run a macro to format the fields Run a macro to reconcile the vendor data to the system data

When do you use macros? Analyze PTO balances against budget Track employee costs by project Create an EPIP file to load commissions

Create a simple macro Record a macro Review macro code Execute the macro

Record a macro NOTE: If the Developer tab is not available, do the following to display it: Click the File tab Click Options, and then click Customize Ribbon In the Customize Ribbon category, in the Main Tabs list, select the Developer check box, and then click OK

Record a macro Unless you’re proficient in VB Script, the easiest way to create a macro is to record it The macro recorder records all the steps you do to complete the actions you want your macro to perform

Record a macro Click on Record Macro Enter a name and a shortcut Select Personal Macro Workbook to have macros available for any workbook Modify the spreadsheet Click Stop Recording

Record a macro 1 2

Record a macro 3. Modify the spreadsheet A1: Change to Filenbr Moved cursor to A2 CTRL+ SHIFT+down arrow Right click, select Format Cells Select Custom Enter 000000 Click OK

Record a macro 4. Click Stop Recording

Review macro code Click on View – Unhide Select Personal.xlsb Click OK NOTE: Personal.xlsb appears; click Save Click on Developer – Macros Select Macro Click Edit

Review macro code

Execute a macro Run the macro with your shortcut key

Simple Macro Demo

Complex macros Record a macro Review macro code Execute the macro

Complex macros Create 3 importable EPIP batch files from templates from 3 comp analysts for commissions

Complex macros – original file

Complex macros – final file

Complex macros Useful reference on macro code: https://msdn.microsoft.com/en-us/library/office/ee814737(v=office.14).aspx

Complex Demo

Final Project Demo

Questions Patti

You can download this presentation at: http://www.rcm-hrs.com RCM contact information David Peña Vice President David.Peña@rcmt.com 973.588.8322 office Hrair Tcholakian Senior Director Hrair Tcholakian@rcmt.com 973.588.8316 office You can download this presentation at: http://www.rcm-hrs.com

DON’T FORGET TO COMPLETE THE SESSION EVALUATION ON THE ADP MOTM CONFERENCE APP. Thank You Session #: 810 Excel 301: Take the Elevator to the Next floor: Macros