WORKING WITH MACROS Session Taught by Jennifer Garbett and Zahra Khushbakht.

Slides:



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

Sunday Business Systems Using Access More Efficiently Tips and tricks to make things easy.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 7Automating Repetitive Tasks.
Cal Grant GPA Submission Training – Non-SSN
WORKING SMART Crystal M. Thomas Henrico County DSS (804) POSSESS Central Region Member October 31, 2007.
Tutorial 8: Developing an Excel Application
1 CA202 Spreadsheet Application Combining Data from Multiple Sources Lecture # 6.
Templates and Styles Excel Advanced. Templates are pre- designed and formatted spreadsheets –They provide consistency of layout/structure –They.
MACROS CS1100 Computer Science and its Applications CS11001.
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.
Professor Joe Perret Pierce College Transition to Microsoft Office 2007.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
Lecture 6 Desktop Publishing III – Presentation Software Introduction to Information Technology With thanks to Dr. A. Zhang, Dr. Haipeng Guo, and Dr. David.
Macros in Excel Intro to lab 1. Macroinstructions Macro is recorded in VBA module sequence of Excel operations Macros can automate tasks in Excel Macro.
Excel Lesson 14 Creating and Using Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Word Lesson 16 Working with Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Other Features Index and table of contents Macros and VBA.
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.
Introduction to Communicator 2007 Send and receive instant messages Now for the payoff: instant messages. They combine the advantages of and phone.
Customizing Microsoft Project
Press Esc to Exit ©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in.
Microsoft Excel 2007 © Wiley Publishing All Rights Reserved. The L Line The Express Line to Learning L Line.
1 CA201 Word Application Increasing Efficiency Week # 13 By Tariq Ibn Aziz Dammam Community college.
Introducing Access Lesson 1. Objectives Start Access and explore the Database window Explore database objects Enter, edit, and delete records in a datasheet.
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)
12. Visual Basic If Statements and Do Loops. Open 12b-datastart.xlsm.
Introduction to VBA MGMI Aug What is VBA? VBA = Visual Basic for Application Excel’s powerful built-in programming language An event-driven.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Penny Pearson, Facilitator OTAN. Personalize communication with students 3 parts: Main document, data source, results Results are: letters, name badges,
Spreadsheets in Finance and Forecasting Presentation 9 Macros.
1 Agenda – 9/25/2013/ Wednesday Howard J Rattliff, Jr. – Principles of Technology - Course #
Enter the World of CELTT Hands-on technology training in a supportive and fun environment.
Excel Introducing Excel Lesson 1. Manage Workbooks Excel is a spreadsheet program Excel is a spreadsheet program It organizes and analyzes data It organizes.
Advanced Lesson 5: Advanced Data Management Excel can import data, or bring it in from other sources and file formats. Importing data is useful because.
Macro Step 1: Select Record New Macro from tools.
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,
Intro to Excel - Session 7.31 Tutorial 7 - Session 7.3 Developing an Excel Application.
1 Agenda – 9/23/2013/ Monday Howard J Rattliff, Jr. – Principles of Technology - Course #
Bullet-Proofing your Excel Spreadsheets Tech Day 2013 Presentation.
Visual Basic  Is the language for programming in Word, Access,& Excel  Is the “Environment” in which the programming is done (called the Integrated Development.
Chapter 23. Copyright 2003, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-2 LINKS TO OBJECTIVES Record, Run, Pause, and Delete Macros Record, Run,
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
Introduction to Microsoft Excel Macros COE 201- Computer Proficiency.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
Tables Microsoft Word Tables A is a grid of rows and columns that intersect to form cells. A is a grid of rows and columns that intersect to form cells.
G042 - Lecture 15 Excel Macros Mr C Johnston ICT Teacher
1 CA202 Spreadsheet Application Automating Repetitive Tasks with Macros Lecture # 12 Dammam Community College.
 “Excel”erate Your Knowledge Martha Messick – South Aiken High School Jennifer Kolmar – Aiken High School.
AUTOMATED HCES WORKSHEETS OM400, OM500, JB1200 Prepared by OCM 10/27/2008.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Software Development Languages and Environments. Computer Languages Just as there are many human languages, there are many computer programming languages.
Excel Tutorial 8 Developing an Excel Application
A step-by-Step Guide For labels or merges
Session #: 810 Excel 301: Take the Elevator to the Next floor: Macros Download session documents at: Presenters Name:
أ.إسراء الطريقي أ. هاله الشملان , 102 تقن , المعمل الخامس
A simple template to assist with thinking skills
A simple template to assist with thinking skills
Using Access More Efficiently
A simple template to assist with thinking skills
Integrating Office 2013 Programs
A simple template to assist with thinking skills
A simple template to assist with thinking skills
Click2Export Export & Dynamics 365/CRM Reports/Word/Excel Templates in 1 Click
Microsoft Excel 2007 – Level 2
Visual Basic for Applications: Introduction
Presentation transcript:

WORKING WITH MACROS Session Taught by Jennifer Garbett and Zahra Khushbakht

MACROS: AN EXTREMELY USEFUL TOOL Macros can make your work more efficient:  Apply style and formatting.  Manipulate data and text.  Communicate with data sources (database, text files, etc.).  Create entirely new documents.  Any combination, in any order, of any of the above.  Essentially… it can make your work easier and save you time!

WHAT IS A MACRO? WHAT IS A MACRO? Visual Basic for Applications (VBA) code saved inside a document Guess What? You do NOT need to know coding to record or run Macros.

STEPS TO RECORDING A MACRO 1. Go to Developer > Code > Record Macro. 2. Name the macro (short cut) and click OK. 3. All actions will be recorded: cell changes, formatting, etc. 4. Confirm Excel is in record mode, Press Stop Recording when done. 5. Save file as macro enabled template (XLTM)

HOW TO RUN A MACRO 1. Go to Developer > Code > Macros > Select Macro from List Names > Run. 2. OR You can use the short cut that you chose to name your Macro with. Example: [Ctrl] [Shift] [K] 3. You should see the results of your Macro on the worksheet

TIPS AND TRICKS  Don’t record one giant macro  Record macros in small steps: Easier to edit and manage  Then include all macros together WHY?  If one part of the macro doesn’t work, or needs to be updated…  Just re-record that one part  Easy Peasy!  Press [ Alt] [ 8] to view your Macros  You can make a shortcut key to easily access your Macro

NOW TRY IT YOURSELF… Request your free Macro exercise: Jennifer  For extra practice:  Try a simple skill-building exercise  Created with step by step instructions  Designed to successfully guide you through  Feedback and support are available through or LinkedIn mail

ADDITIONAL RESOURCES  excel-vba-macros-automation/ excel-vba-macros-automation/  macros-to-automate-tedious-tasks/ macros-to-automate-tedious-tasks/ Helpful Videos:  Helpful Websites for reviewing Excel Macros:

THANKS FOR JOINING US!