Macro theory © EIT, Author Gay Robertson, 2019.

Slides:



Advertisements
Similar presentations
INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
Advertisements

© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 7Automating Repetitive Tasks.
WORKING SMART Crystal M. Thomas Henrico County DSS (804) POSSESS Central Region Member October 31, 2007.
Developing an Excel Application
Tutorial 8: Developing an Excel Application
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
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.
Microsoft Excel 2003 Illustrated Complete Excel and Advanced Worksheet Management Customizing.
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.
1 CA203 Presentation Application Customizing PowerPoint Lecture # 15.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Word Lesson 16 Working with Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
1 Macros Presented by Maria G. Martinez. 2 What's a macro?  Macro - set of computer instructions that you can record and associate with a shortcut key.
Access Tutorial 10 Automating Tasks with Macros
Lesson 1 – Microsoft Excel The goal of this lesson is for students to successfully explore and describe the Excel window and to create a new worksheet.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
© 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.
1 CA201 Word Application Increasing Efficiency Week # 13 By Tariq Ibn Aziz Dammam Community college.
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-
44221: Information Systems Lecture 8 (Week 10) Spreadsheet Automation By Ian Perry
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.
Spreadsheets in Finance and Forecasting Presentation 9 Macros.
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.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003 Using Excel To Manage Data.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 7 – Creating and Using Templates in a Web.
Lesson 14: Exploring Excel Learning Objectives After studying this lesson, you will be able to:  Explain ways Excel can help your productivity.
Basic Microsoft Excel & Completing Reading Challenge Card.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
1 CA202 Spreadsheet Application Automating Repetitive Tasks with Macros Lecture # 12 Dammam Community College.
Excel Chapter 1 Creating a Worksheet and an Embedded Chart
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Understanding Microsoft Excel
Excel Tutorial 8 Developing an Excel Application
June 17, 2009 Office 2007 Tips & Tricks.
Excel: Macros & Pivot Tables
University of technology Department of Materials Engineering
Mail Merge And Macros in MS WORD
European Computer Driving Licence
Basic parts of Excel Office 2016
Microsoft Excel Unit 1.
Microsoft Excel 2003 Illustrated Complete
Understanding Microsoft Excel
Microsoft Excel 101.
Microsoft Official Academic Course, Access 2016
Chapter 1 Creating a Worksheet and an Embedded Chart
Links to online spreadsheet revision
Chapter 1 Databases and Database Objects: An Introduction
Microsoft Office Access 2003
Charts theory © EIT, Author Gay Robertson, 2017.
Basic parts of Excel Office 2016
Macro.
Absolute and relative referencing
Creating a Database and a table
Understanding Microsoft Excel
Lesson 1 - Automating Tasks
Using Word templates © EIT, Author Gay Robertson, 2017.
Using templates © EIT, Author Gay Robertson, 2017.
Functions theory © EIT, Author Gay Robertson, 2017.
Microsoft Office Excel 2003
Using templates © EIT, Author Gay Robertson, 2017.
Templates Create and Use
Microsoft Excel 2007 – Level 2
Presentation transcript:

Macro theory © EIT, Author Gay Robertson, 2019

What is a macro? A Macro is a recorded set of instructions, which can be replayed It can be used to repeat tasks so you do not have to re-enter the same thing over and over again it can be run from a button Examples on what a macro can be used for: Creating a table including multiple calculations Formatting parts of the data on a worksheet And many other things

When recording … Every keystroke, every click of the mouse, every button press, every formatting change, EVERYTHING that you do (including errors you make and then correct) Is recorded and will be replayed later, producing the same result every time

Developer toolbar You may need to turn this toolbar on

File type needs to be changed … So that a macro will attach to the workbook you need to change the file type

Recording a macro … Go to Developer tab, click on A macro needs a name A macro can have a shortcut key You decide where to store the macro you key a description that is helpful

This will appear … As long as you are recording, it should be showing Don’t close it Carry out all the steps you want included in the automation When complete click on Status bar will show that you are no longer recording Save the file to attach the macro

Running a macro … Go to Developer Toolbar, click on Click on the macro you recorded Click on Run If the macro has problems, refer to your plan and see where you might have gone wrong. You will notice that the screen flickers as the macro is running – this is normal

Adding a button … After you stop recording! Go to Developer Toolbar, click on Choose the button (Form Control) Click and drag to an appropriate size for a button, in an empty cell or ona separate worksheet Assign your macro Edit the text to meaningful words

Let’s hope that helped! But, if it didn’t make much sense – I can go through this again!

Why would I use a macro? In business, your workbooks will be generally a lot more complex and a lot larger than the little exercises you are working with

Why else? If you have a worksheet that contains lots of calculations and requires you to produce complex information then design a macro or a series of macros to automate the processes