chapter 3 excel macros

7

Click here to load reader

Upload: matthew-campbell

Post on 03-Jul-2015

813 views

Category:

Education


4 download

DESCRIPTION

Chapter 3 of Excel Macros Level 1: The Visual Basic Editor, Part 1

TRANSCRIPT

Page 1: Chapter 3 Excel Macros

Excel Macros Level 1

The Visual Basic Editor, Part 1

Page 2: Chapter 3 Excel Macros

Excel IDE

IDE: Integrated Development Environment

Software that provides comprehensive tools to computer programmers

IDE's can include:

Code editor

A program to run the code (interpreter)

Programs to correct errors (debugger)

4/29/2010 M. Campbell - 2010 2

Page 3: Chapter 3 Excel Macros

4/29/2010 M. Campbell - 2010 3

Project Explorer

Page 4: Chapter 3 Excel Macros

4/29/2010 M. Campbell - 2010 4

Project Name

Page 5: Chapter 3 Excel Macros

4/29/2010 M. Campbell - 2010 5

Properties Window

Page 6: Chapter 3 Excel Macros

4/29/2010 M. Campbell - 2010 6

Code Window

Page 7: Chapter 3 Excel Macros

4/29/2010 M. Campbell - 2010 7

Immediate Window