ME 142 Engineering Computation I

Slides:



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

© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 7Automating Repetitive Tasks.
Using Macros and Visual Basic for Applications (VBA) with Excel
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.
MACROS CS1100 Computer Science and its Applications CS11001.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
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.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Macros and VBA A macro is a set of instructions that tells Excel which commands to execute.
Word Lesson 16 Working with Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Other Features Index and table of contents Macros and VBA.
ME 142 Engineering Computation I Macros. Key Concepts Macro Overview Recording a Macro Running a Macro Editing a Macro Using Controls.
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.
ME 142 Engineering Computation I Variables, Equations & Functions Introduction to Basic Programming Language.
© 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.
EXCEL 2007 MACROS.  TOM FARRAR OF CNEXTWAVE INC.  GOAL : LEARNING ABOUT EXCEL MACROS.  PRESENTATION INCLUDES DISCUSSION AND DEMONSTRATION.  QUESTIONS.
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)
Introduction to VBA MGMI Aug What is VBA? VBA = Visual Basic for Application Excel’s powerful built-in programming language An event-driven.
1 ADVANCED MICROSOFT WORD Lesson 16 – Customizing Features Microsoft Office 2003: Advanced.
2. Recording a Macro. Macro Recording Select Record Macro from the Macro file menu and the dialog box opposite will appear Your macro will require a name.
ME 142 Engineering Computation I Macros. Key Concepts Macro Overview Recording a Macro Running a Macro Editing a Macro.
Intro to Excel - Session 7.31 Tutorial 7 - Session 7.3 Developing an Excel Application.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
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.
Excel Macros 1 Macros or, How to Automate Part of Your Spreadsheet or Worksheet.
Introduction to Microsoft Excel Macros COE 201- Computer Proficiency.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft® Excel 2013.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
G042 - Lecture 15 Excel Macros Mr C Johnston ICT Teacher
1 CA202 Spreadsheet Application Automating Repetitive Tasks with Macros Lecture # 12 Dammam Community College.
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.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Excel Tutorial 8 Developing an Excel Application
Word Lesson 1 STUDY GUIDE.
June 17, 2009 Office 2007 Tips & Tricks.
Appendix A Introduction to Windows 7
Session #: 810 Excel 301: Take the Elevator to the Next floor: Macros Download session documents at: Presenters Name:
Exploring Excel Chapter 7 Automating Repetitive Tasks: Macros and
Microsoft Office Ribbon
Mail Merge And Macros in MS WORD
Access Creating a Database
Access Creating a Database
Microsoft Excel 2003 Illustrated Complete
Introducing VBA Macros
Access Lesson 1 Understanding Access Fundamentals
A few tricks to take you beyond the basics of Microsoft Office 2010
Exploring Microsoft® Excel® 2016 Series Editor Mary Anne Poatsy
Creating Macros in Excel
Exploring Microsoft Excel
Microsoft Office Ribbon
Exploring the Basics of Microsoft Windows 7
Microsoft Office Access 2003
Macro.
Microsoft Office Ribbon
Compass Learning Odyssey
Lesson 1 - Automating Tasks
Microsoft Office Excel 2003
Tutorial 10 Automating Tasks with Macros
Assignment 3 Querying and Maintaining a Database
Tutorial 12 Managing and Securing a Database
Microsoft Excel 2007 – Level 2
Macro theory © EIT, Author Gay Robertson, 2019.
Presentation transcript:

ME 142 Engineering Computation I Macros

Key Concepts Macro Overview Recording a Macro Running a Macro Editing a Macro

Macro Overview A macro is a short program or set of recorded keystrokes Stored as VBA program Great for repetitive tasks Can be edited Great way to learn new VBA functions

Recording a Macro Recording of a macros can be launched from the View and Developer tabs or the lower left of the spreadsheet window

Recording a Macro Select Use Relative References button, if desired, prior to recording macro

Recording a Macro Prior to recording the macro, a dialog box is displayed Note in particular: Shortcut key Storage location

Ending a Macro Recording Use the Stop Recording button on from the View or Developer tabs or the lower left of the spreadsheet window

Running a Macro Click on Macro from the View or Developer ribbons to list available macros May also use previously assigned shortcut key combination to launch macro

Editing a Macro Edit a Macro as you would any VBA program Alternately may launch editor by clicking on Macro in the View or Developer ribbons and selecting Edit