977
Exploring Getting Started VBA for Microsoft Office 2010, Chapter 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) © 2012 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This publication is protected by Copyright and written permission should be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise. For information regarding permission(s), write to: Rights and Permissions Department, Pearson Education, Inc., Upper Saddle River, NJ 07458.

cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Embed Size (px)

Citation preview

Page 1: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Exploring Getting Started VBA for Microsoft Office 2010, Chapter 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

1)

© 2012 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This publication is protected by Copyright and written permission should be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise. For information regarding permission(s), write to: Rights and Permissions Department, Pearson Education, Inc., Upper Saddle River, NJ 07458.

Page 2: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The process for planning, designing, testing, and implementing software is called:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 2

Page 3: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

1)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 3

Page 4: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 4

Page 5: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

structured application cycle.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 5

Page 6: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 6

Page 7: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

software development life cycle. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 7

Page 8: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

object life cycle.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 8

Page 9: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 9

Page 10: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

user interface life cycle. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 10

Page 11: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 11

Page 12: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 12

Page 13: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 13

Page 14: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

2)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 14

Page 15: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ is a systematic methodology for planning, designing, and implementing applications.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 15

Page 16: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

2)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 16

Page 17: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 17

Page 18: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

application development life cycle

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 18

Page 19: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 19

Page 20: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

software demonstration life cycle C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 20

Page 21: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

customized development cycle

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 21

Page 22: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 22

Page 23: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

software development life cycle Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 23

Page 24: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 24

Page 25: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 25

Page 26: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 26

Page 27: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

3)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 27

Page 28: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The four steps involved in the software development life cycle are:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 28

Page 29: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

3)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 29

Page 30: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 30

Page 31: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

plan the application, design the user interface, write code to handle events, and run and test the application to verify that it produces the intended results.

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 31

Page 32: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

run and test the application, design the user interface, write code, and design the worksheet. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 32

Page 33: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

plan the application, design the user interface, run, and test the application to verify that it produces the intended result.

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 33

Page 34: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

plan the application, design the project, write code to handle events, and run and test the application. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 34

Page 35: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 35

Page 36: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 36

Page 37: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 37

Page 38: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

4)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 38

Page 39: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

In Excel you write VBA procedures for command buttons; therefore which of the following is not true?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 39

Page 40: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

4)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 40

Page 41: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 41

Page 42: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Store information B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 42

Page 43: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Make the worksheet look more professional C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 43

Page 44: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Enter information D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 44

Page 45: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create a shortcut to other sheets Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 45

Page 46: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 46

Page 47: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 47

Page 48: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 48

Page 49: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

5

)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 49

Page 50: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Custom Excel applications often include forms and other controls for which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 50

Page 51: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

5)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 51

Page 52: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 52

Page 53: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Planning the application, designing the user interface, navigating between worksheets, or exiting the application

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 53

Page 54: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Entering and editing data, performing actions, navigating between worksheets, or exiting the application C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 54

Page 55: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Entering and editing data, navigating between worksheets, or exiting the application D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 55

Page 56: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Entering and editing data, designing the user interface, navigating between worksheets, or exiting the application

Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 56

Page 57: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 57

Page 58: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 58

Page 59: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 59

Page 60: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

6)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 60

Page 61: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Worksheet protections can be ________ when using a form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 61

Page 62: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

6)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 62

Page 63: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 63

Page 64: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

disabled or enhanced

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 64

Page 65: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 65

Page 66: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

closed or enabled C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 66

Page 67: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

enhanced or enabled

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 67

Page 68: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 68

Page 69: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

enabled or disabled Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 69

Page 70: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 70

Page 71: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 71

Page 72: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 72

Page 73: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

7)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 73

Page 74: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A loan worksheet can be protected so that:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 74

Page 75: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

7)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 75

Page 76: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 76

Page 77: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

changes in interest rates are not reflected on the worksheet. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 77

Page 78: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

changes made on the original form will not be reflected. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 78

Page 79: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

users cannot change it directly. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 79

Page 80: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

it cannot be deleted by mistake. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 80

Page 81: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 81

Page 82: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 82

Page 83: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 83

Page 84: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

8)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 84

Page 85: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Writing the VBA code procedures that handles events and performs actions is which step in designing an application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 85

Page 86: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

8)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 86

Page 87: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 87

Page 88: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Fourth

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 88

Page 89: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 89

Page 90: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

First

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 90

Page 91: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 91

Page 92: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Third

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 92

Page 93: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 93

Page 94: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Second Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 94

Page 95: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 95

Page 96: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 96

Page 97: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 97

Page 98: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

9)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 98

Page 99: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When testing a custom application, you should check for the following:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 99

Page 100: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

9)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 100

Page 101: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 101

Page 102: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

usability, accuracy, and protection.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 102

Page 103: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 103

Page 104: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

usability, protection, and collection. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 104

Page 105: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

objective, usability, and accuracy.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 105

Page 106: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 106

Page 107: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

protection, collection, and event. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 107

Page 108: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 108

Page 109: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 109

Page 110: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 110

Page 111: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

10)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 111

Page 112: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When testing an application you would:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 112

Page 113: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

10)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 113

Page 114: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 114

Page 115: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

define particular output values to enter to determine if the application produces the expected input. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 115

Page 116: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

define particular input values to enter to determine if the application produces the expected output. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 116

Page 117: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

define particular calculations to enter to determine if the application fits into a logical framework. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 117

Page 118: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

define a particular object model that determines object hierarchy. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 118

Page 119: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 119

Page 120: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 120

Page 121: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 121

Page 122: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

11)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 122

Page 123: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following represents an element in a host application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 123

Page 124: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

11)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 124

Page 125: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 125

Page 126: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 126

Page 127: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 127

Page 128: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Object model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 128

Page 129: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 129

Page 130: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Framework

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 130

Page 131: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 131

Page 132: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Object Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 132

Page 133: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 133

Page 134: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 134

Page 135: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 135

Page 136: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

12)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 136

Page 137: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A logical framework called an object model fits:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 137

Page 138: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

12)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 138

Page 139: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 139

Page 140: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

all code statements and the Excel objects that are referenced in them. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 140

Page 141: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

all groups of objects with similar behaviors. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 141

Page 142: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

all groups of objects with similar characteristics. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 142

Page 143: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

all elements of the host application. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 143

Page 144: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 144

Page 145: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 145

Page 146: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 146

Page 147: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

13)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 147

Page 148: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A group of objects with similar characteristics and behaviors is called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 148

Page 149: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

13)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 149

Page 150: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 150

Page 151: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 151

Page 152: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 152

Page 153: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Workbook

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 153

Page 154: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 154

Page 155: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Sheet

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 155

Page 156: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 156

Page 157: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Framework Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 157

Page 158: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 158

Page 159: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 159

Page 160: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 160

Page 161: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

14)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 161

Page 162: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following is the correct code procedure when you are working with two workbooks that have a worksheet with the same name?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 162

Page 163: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

14)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 163

Page 164: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 164

Page 165: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Two or more worksheets open with a Payment worksheetWorkbooks["Loan Calculator.xlsx"].Workbooks["Payment"]

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 165

Page 166: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Two or more workbooks open with a Payment workbookWorksheets("Loan Calculator.xlsx").Workbooks("Payment")

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 166

Page 167: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Two or more workbooks open the a Payment worksheetWorkbooks["Loan Calculator.xlsx].Worksheets[Payment]

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 167

Page 168: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

To or more workbooks open with a Payment worksheetWorkbooks("Loan Calculator.xlsx").Worksheets ("Payment")

Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 168

Page 169: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 169

Page 170: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 170

Page 171: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 171

Page 172: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

15)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 172

Page 173: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The object highest in the hierarchy is which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 173

Page 174: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

15)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 174

Page 175: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 175

Page 176: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Statement model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 176

Page 177: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 177

Page 178: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Application object C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 178

Page 179: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Reference object

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 179

Page 180: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 180

Page 181: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Object model Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 181

Page 182: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 182

Page 183: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 183

Page 184: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 184

Page 185: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

16)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 185

Page 186: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Most programmers do not include a reference to the Application object when writing code because:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 186

Page 187: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

16)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 187

Page 188: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 188

Page 189: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

by default the application is running. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 189

Page 190: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

by default the application does not need the code. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 190

Page 191: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

by default the application is closed. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 191

Page 192: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

by default the application is under construction. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 192

Page 193: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 193

Page 194: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 194

Page 195: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 195

Page 196: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

17)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 196

Page 197: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Characteristics of objects are called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 197

Page 198: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

17)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 198

Page 199: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 199

Page 200: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Properties

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 200

Page 201: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 201

Page 202: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Ranges

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 202

Page 203: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 203

Page 204: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Events

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 204

Page 205: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 205

Page 206: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Methods Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 206

Page 207: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 207

Page 208: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 208

Page 209: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 209

Page 210: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

18)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 210

Page 211: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following does this block of code refer to?'Apply several attribute settings to a selected rangeWith Selection.Font .Bold = True .Color = -16776961 .Name = "Calibri" .Size = 12End With

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 211

Page 212: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

18)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 212

Page 213: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 213

Page 214: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A property

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 214

Page 215: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 215

Page 216: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

An event

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 216

Page 217: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 217

Page 218: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A range

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 218

Page 219: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 219

Page 220: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A method Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 220

Page 221: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 221

Page 222: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 222

Page 223: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 223

Page 224: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

19)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 224

Page 225: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The following block of code shows which of the following?'Assign a value of $150,000 to cell B5 of the active workbookWorkbook("Loan Calculator.xlsx").Worksheets("Payment").Range("B5").Value = 150000

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 225

Page 226: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

19)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 226

Page 227: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 227

Page 228: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

How to change the value of a range in a specific worksheet B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 228

Page 229: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Assigns the content of the variable strFirst to the active cell C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 229

Page 230: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Moves the active cell to a new location D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 230

Page 231: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Applies several Font property values to the range Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 231

Page 232: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 232

Page 233: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 233

Page 234: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 234

Page 235: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

20)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 235

Page 236: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Why would you apply several attribute values to the same range as illustrated below?

'Apply several attribute settings to a selected rangeWith Selection.Font .Bold = True .Color = -16776961 .Name = "Calibri" .Size = 12End With

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 236

Page 237: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

20)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 237

Page 238: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 238

Page 239: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

It makes a particular worksheet active. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 239

Page 240: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

It keeps the code simpler by not repeating property settings. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 240

Page 241: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

It stores the variables in an active cell. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 241

Page 242: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

It assigns values to all parts of the worksheet. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 242

Page 243: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 243

Page 244: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 244

Page 245: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 245

Page 246: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

21)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 246

Page 247: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following is an important component of a program's user interface in a Windows environment?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 247

Page 248: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

21)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 248

Page 249: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 249

Page 250: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Lists

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 250

Page 251: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 251

Page 252: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 252

Page 253: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 253

Page 254: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Tables

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 254

Page 255: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 255

Page 256: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Forms Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 256

Page 257: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 257

Page 258: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 258

Page 259: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 259

Page 260: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

22)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 260

Page 261: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

In the UserForm object which of the following manages the individual controls that provides functionality to a form?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 261

Page 262: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

22)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 262

Page 263: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 263

Page 264: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Control collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 264

Page 265: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 265

Page 266: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Command collection C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 266

Page 267: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ComboBox collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 267

Page 268: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 268

Page 269: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

OptionBox collection Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 269

Page 270: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 270

Page 271: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 271

Page 272: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 272

Page 273: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

23)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 273

Page 274: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following also opens when you add a UserForm to an application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 274

Page 275: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

23)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 275

Page 276: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 276

Page 277: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Text box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 277

Page 278: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 278

Page 279: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Control Toolbox C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 279

Page 280: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Check box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 280

Page 281: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 281

Page 282: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Option box Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 282

Page 283: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 283

Page 284: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 284

Page 285: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 285

Page 286: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

24)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 286

Page 287: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Many developers refer to a UserForm as which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 287

Page 288: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

24)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 288

Page 289: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 289

Page 290: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Table

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 290

Page 291: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 291

Page 292: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Form

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 292

Page 293: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 293

Page 294: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

List

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 294

Page 295: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 295

Page 296: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Cell Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 296

Page 297: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 297

Page 298: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 298

Page 299: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 299

Page 300: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

25)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 300

Page 301: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A palette that contains standard controls is called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 301

Page 302: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

25)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 302

Page 303: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 303

Page 304: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Frame

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 304

Page 305: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 305

Page 306: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

CheckBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 306

Page 307: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 307

Page 308: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ListBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 308

Page 309: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 309

Page 310: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Toolbox Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 310

Page 311: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 311

Page 312: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 312

Page 313: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 313

Page 314: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

26)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 314

Page 315: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

How do you add a control to a form?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 315

Page 316: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

26)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 316

Page 317: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 317

Page 318: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Drag the control to the form B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 318

Page 319: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Click on the properties box of UserForm1 C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 319

Page 320: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Design the control then add it to the form D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 320

Page 321: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Activate method to activate the form Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 321

Page 322: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 322

Page 323: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 323

Page 324: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 324

Page 325: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

27)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 325

Page 326: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which control appears as text on a form and is used to identify controls?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 326

Page 327: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

27)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 327

Page 328: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 328

Page 329: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

TextBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 329

Page 330: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 330

Page 331: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Label

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 331

Page 332: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 332

Page 333: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ListBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 333

Page 334: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 334

Page 335: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Frame Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 335

Page 336: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 336

Page 337: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 337

Page 338: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 338

Page 339: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

28)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 339

Page 340: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which control displays a button that evokes an event when clicked?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 340

Page 341: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

28)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 341

Page 342: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 342

Page 343: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

OptionButton

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 343

Page 344: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 344

Page 345: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ComboBox C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 345

Page 346: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Frame

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 346

Page 347: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 347

Page 348: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

CommandButton Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 348

Page 349: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 349

Page 350: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 350

Page 351: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 351

Page 352: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

29)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 352

Page 353: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following differentiates the objects in your application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 353

Page 354: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

29)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 354

Page 355: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 355

Page 356: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Expressive names

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 356

Page 357: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 357

Page 358: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Standard names C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 358

Page 359: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Descriptive names

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 359

Page 360: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 360

Page 361: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Unique names Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 361

Page 362: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 362

Page 363: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 363

Page 364: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 364

Page 365: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

30)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 365

Page 366: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which control is connected to a data source in the host application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 366

Page 367: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

30)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 367

Page 368: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 368

Page 369: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Unbound control

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 369

Page 370: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 370

Page 371: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

RowSource C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 371

Page 372: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Bound control

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 372

Page 373: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 373

Page 374: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ControlSource Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 374

Page 375: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 375

Page 376: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 376

Page 377: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 377

Page 378: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

31)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 378

Page 379: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Val function, Format function, and MsgBox function are all examples of which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 379

Page 380: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

31)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 380

Page 381: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 381

Page 382: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Implicit functions

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 382

Page 383: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 383

Page 384: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Input functions C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 384

Page 385: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Worksheet functions

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 385

Page 386: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 386

Page 387: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

IsNumeric functions Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 387

Page 388: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 388

Page 389: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 389

Page 390: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 390

Page 391: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

32)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 391

Page 392: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

How many implicit financial functions does VBA include?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 392

Page 393: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

32)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 393

Page 394: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 394

Page 395: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

15

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 395

Page 396: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 396

Page 397: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

14

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 397

Page 398: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 398

Page 399: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

12

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 399

Page 400: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 400

Page 401: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

13 Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 401

Page 402: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 402

Page 403: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 403

Page 404: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 404

Page 405: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

33)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 405

Page 406: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following does a function procedure end with?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 406

Page 407: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

33)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 407

Page 408: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 408

Page 409: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Calling procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 409

Page 410: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 410

Page 411: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

End Function C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 411

Page 412: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

MsgBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 412

Page 413: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 413

Page 414: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

End Sub Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 414

Page 415: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 415

Page 416: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 416

Page 417: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 417

Page 418: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

34)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 418

Page 419: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following describes an annuity?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 419

Page 420: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

34)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 420

Page 421: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 421

Page 422: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A series of constant cash payments over a continuous period of time B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 422

Page 423: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The current value of the loan C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 423

Page 424: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A statement within a procedure D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 424

Page 425: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The terms of the loan Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 425

Page 426: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 426

Page 427: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 427

Page 428: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 428

Page 429: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

35)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 429

Page 430: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which function calculates the interest for a particular payment period?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 430

Page 431: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

35)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 431

Page 432: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 432

Page 433: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

IPmt

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 433

Page 434: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 434

Page 435: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

DDB

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 435

Page 436: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 436

Page 437: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

MIRR

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 437

Page 438: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 438

Page 439: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

NPV Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 439

Page 440: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 440

Page 441: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 441

Page 442: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 442

Page 443: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

36)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 443

Page 444: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following is a statement within a procedure that calls a function?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 444

Page 445: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

36)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 445

Page 446: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 446

Page 447: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Assignment procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 447

Page 448: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 448

Page 449: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Declaration procedure C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 449

Page 450: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Function procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 450

Page 451: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 451

Page 452: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Calling procedure Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 452

Page 453: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 453

Page 454: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 454

Page 455: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 455

Page 456: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

37)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 456

Page 457: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Which of the following is not an argument of the loan payment function?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 457

Page 458: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

37)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 458

Page 459: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 459

Page 460: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Term

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 460

Page 461: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 461

Page 462: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Rate

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 462

Page 463: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 463

Page 464: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Principal

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 464

Page 465: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 465

Page 466: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Loan Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 466

Page 467: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 467

Page 468: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 468

Page 469: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 469

Page 470: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

38)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 470

Page 471: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

After you add a control from the Control Toolbox to an Excel worksheet, you would then do which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 471

Page 472: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

38)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 472

Page 473: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 473

Page 474: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Enable Label mode

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 474

Page 475: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 475

Page 476: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Enable Insert mode C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 476

Page 477: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Disable Name mode

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 477

Page 478: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 478

Page 479: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Disable Design mode Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 479

Page 480: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 480

Page 481: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 481

Page 482: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 482

Page 483: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

39)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 483

Page 484: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When referencing more than one object in a hierarchy, which of the following is referenced first?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 484

Page 485: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

39)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 485

Page 486: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 486

Page 487: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The top-level object

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 487

Page 488: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 488

Page 489: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The range object C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 489

Page 490: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The object model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 490

Page 491: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 491

Page 492: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The bottom-level object Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 492

Page 493: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 493

Page 494: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 494

Page 495: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 495

Page 496: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

40)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 496

Page 497: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

There are two ways to navigate the application interface. They are:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 497

Page 498: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

40)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 498

Page 499: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 499

Page 500: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

either using the buttons to open or using the sheet tabs. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 500

Page 501: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

either using the sheet tabs or closing the workbook. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 501

Page 502: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

either using the sheet tabs or opening a new worksheet. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 502

Page 503: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

either using the buttons to close or using the sheet tabs. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 503

Page 504: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 504

Page 505: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Prepare an Application for Distribution AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 505

Page 506: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 506

Page 507: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Loan Payment Schedule and Disclosure Worksheets

TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 41)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 507

Page 508: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

You can use VBA to automate repetitive tasks by making programs more user-friendly.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 508

Page 509: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

41)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 509

Page 510: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 510

Page 511: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 511

Page 512: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 512

Page 513: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 513

Page 514: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 514

Page 515: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 515

Page 516: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

42)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 516

Page 517: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

All Excel applications include forms.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 517

Page 518: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

42)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 518

Page 519: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 519

Page 520: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 520

Page 521: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 521

Page 522: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 522

Page 523: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 523

Page 524: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 524

Page 525: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

43)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 525

Page 526: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The third step in designing an application is writing the VBA code procedures.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 526

Page 527: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

43)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 527

Page 528: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 528

Page 529: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 529

Page 530: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 530

Page 531: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 531

Page 532: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 532

Page 533: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 533

Page 534: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

44)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 534

Page 535: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Check for usability, accuracy, and protection when testing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 535

Page 536: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

44)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 536

Page 537: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 537

Page 538: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 538

Page 539: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 539

Page 540: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 540

Page 541: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 541

Page 542: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 542

Page 543: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

45)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 543

Page 544: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Properties, methods, and events are important to know when writing VBA code.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 544

Page 545: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

45)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 545

Page 546: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 546

Page 547: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 547

Page 548: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 548

Page 549: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 549

Page 550: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Using the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 550

Page 551: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 551

Page 552: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

46)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 552

Page 553: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Range objects have a Clear method, which make specified worksheets the active sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 553

Page 554: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

46)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 554

Page 555: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 555

Page 556: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 556

Page 557: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 557

Page 558: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 558

Page 559: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 559

Page 560: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 560

Page 561: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

47)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 561

Page 562: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Text box and list box controls have a Text property that is not typically set in the Properties window.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 562

Page 563: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

47)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 563

Page 564: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 564

Page 565: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 565

Page 566: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 566

Page 567: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 567

Page 568: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 568

Page 569: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 569

Page 570: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

48)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 570

Page 571: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When you develop a VBA application, you can tailor-make a program.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 571

Page 572: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

48)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 572

Page 573: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 573

Page 574: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 574

Page 575: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 575

Page 576: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 576

Page 577: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 577

Page 578: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 578

Page 579: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

49)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 579

Page 580: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The software development life cycle is a systematic process for planning, designing, and implementing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 580

Page 581: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

49)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 581

Page 582: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 582

Page 583: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 583

Page 584: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 584

Page 585: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 585

Page 586: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 586

Page 587: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 587

Page 588: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

50)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 588

Page 589: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Forms usually contain controls for entering data, displaying information, or evoking events.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 589

Page 590: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

50)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 590

Page 591: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 591

Page 592: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 592

Page 593: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 593

Page 594: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 594

Page 595: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 595

Page 596: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 596

Page 597: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

51)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 597

Page 598: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

An OptionButton creates a square box that can be checked or unchecked to indicate a yes/no condition.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 598

Page 599: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

51)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 599

Page 600: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 600

Page 601: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 601

Page 602: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 602

Page 603: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 603

Page 604: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 604

Page 605: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 605

Page 606: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

52)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 606

Page 607: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Expressive names are an aid to a human reader when naming an object.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 607

Page 608: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

52)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 608

Page 609: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 609

Page 610: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 610

Page 611: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 611

Page 612: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 612

Page 613: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 613

Page 614: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 614

Page 615: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

53)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 615

Page 616: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

An unbound control is one that is connected to data in the host application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 616

Page 617: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

53)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 617

Page 618: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 618

Page 619: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 619

Page 620: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 620

Page 621: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 621

Page 622: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 622

Page 623: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 623

Page 624: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

54)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 624

Page 625: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

To add items to a list at run time, use the AddItem method in a code procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 625

Page 626: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

54)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 626

Page 627: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 627

Page 628: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 628

Page 629: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 629

Page 630: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 630

Page 631: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 631

Page 632: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 632

Page 633: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

55)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 633

Page 634: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

To skip an item in a form, use the TabStop property.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 634

Page 635: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

55)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 635

Page 636: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 636

Page 637: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 637

Page 638: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 638

Page 639: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 639

Page 640: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 640

Page 641: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 641

Page 642: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

56)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 642

Page 643: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When you place option buttons on a form, you can select as many options as you want.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 643

Page 644: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

56)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 644

Page 645: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 645

Page 646: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 646

Page 647: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 647

Page 648: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 648

Page 649: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 649

Page 650: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 650

Page 651: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

57)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 651

Page 652: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The MsgBox function verifies that a value is a number.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 652

Page 653: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

57)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 653

Page 654: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 654

Page 655: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 655

Page 656: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 656

Page 657: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 657

Page 658: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 658

Page 659: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 659

Page 660: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

58)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 660

Page 661: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A function procedure begins with the Function statement and ends with the End Function statement.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 661

Page 662: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

58)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 662

Page 663: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 663

Page 664: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 664

Page 665: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 665

Page 666: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 666

Page 667: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 667

Page 668: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 668

Page 669: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

59)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 669

Page 670: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Programmers often use similar names for argument names instead of identical names of the variables.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 670

Page 671: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

59)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 671

Page 672: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 672

Page 673: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 673

Page 674: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 674

Page 675: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 675

Page 676: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 676

Page 677: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 677

Page 678: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

60)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 678

Page 679: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When you add a custom form, you decide how to display the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 679

Page 680: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

60)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 680

Page 681: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 681

Page 682: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 682

Page 683: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 683

Page 684: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 684

Page 685: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 685

Page 686: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 686

Page 687: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

61)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 687

Page 688: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

When information is already displayed in the workbook, you can use a 3-D reference to display the same information on the current sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 688

Page 689: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

61)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 689

Page 690: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 690

Page 691: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 691

Page 692: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 692

Page 693: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 693

Page 694: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create or Search a List in a Worksheet AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 694

Page 695: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 695

Page 696: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Loan Payment Schedule and Disclosure Worksheets

62)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 696

Page 697: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

After inserting a new UserForm object, the form's properties should be set.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 697

Page 698: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

62)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 698

Page 699: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 699

Page 700: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 700

Page 701: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 701

Page 702: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 702

Page 703: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 703

Page 704: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 704

Page 705: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

63)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 705

Page 706: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

By default, all the properties are listed in alphabetical order except the Name property, which appears at the top of the list.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 706

Page 707: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

63)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 707

Page 708: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 708

Page 709: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 709

Page 710: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 710

Page 711: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 711

Page 712: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 712

Page 713: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 713

Page 714: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

64)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 714

Page 715: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The enabled property of the Cut and Copy commands are set to true until you select something.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 715

Page 716: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

64)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 716

Page 717: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 717

Page 718: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 718

Page 719: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 719

Page 720: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 720

Page 721: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 721

Page 722: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 722

Page 723: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

65)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 723

Page 724: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A procedure that calls a function is called the calling procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 724

Page 725: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

65)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 725

Page 726: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 726

Page 727: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 727

Page 728: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 728

Page 729: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 729

Page 730: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 730

Page 731: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 731

Page 732: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

66)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 732

Page 733: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ is a structured process for planning, designing, testing, and implementing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 733

Page 734: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

66)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 734

Page 735: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 735

Page 736: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

software development life cycle (SDLC) Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 736

Page 737: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 737

Page 738: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 738

Page 739: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

67)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 739

Page 740: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ represents an element of the host application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 740

Page 741: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

67)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 741

Page 742: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 742

Page 743: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

object Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 743

Page 744: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 744

Page 745: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 745

Page 746: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

68)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 746

Page 747: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ is a group of objects with similar characteristics and behaviors.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 747

Page 748: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

68)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 748

Page 749: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 749

Page 750: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

collection Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 750

Page 751: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 751

Page 752: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 752

Page 753: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

69)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 753

Page 754: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ is an action occurring at run time that triggers a program instruction.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 754

Page 755: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

69)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 755

Page 756: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 756

Page 757: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

event Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 757

Page 758: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 758

Page 759: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 759

Page 760: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

70)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 760

Page 761: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ is a palette that contains standard controls.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 761

Page 762: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

70)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 762

Page 763: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 763

Page 764: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Toolbox Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 764

Page 765: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 765

Page 766: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 766

Page 767: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

71)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 767

Page 768: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ combines the functionality of a list box and a text box.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 768

Page 769: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

71)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 769

Page 770: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 770

Page 771: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ComboBox Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 771

Page 772: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 772

Page 773: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 773

Page 774: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

72)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 774

Page 775: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ of an object or control is what you use to reference the object in programming code.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 775

Page 776: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

72)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 776

Page 777: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 777

Page 778: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Name property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 778

Page 779: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 779

Page 780: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 780

Page 781: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

73)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 781

Page 782: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ defines the cell to which a control is bound.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 782

Page 783: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

73)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 783

Page 784: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 784

Page 785: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ControlSource property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 785

Page 786: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 786

Page 787: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 787

Page 788: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

74)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 788

Page 789: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ property specifies the range that contains a list of the items that will appear in the list box or combo box control at run time.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 789

Page 790: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

74)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 790

Page 791: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 791

Page 792: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

RowSource Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 792

Page 793: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 793

Page 794: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 794

Page 795: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

75)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 795

Page 796: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

________ specifies the alignment of the caption appearing in the label.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 796

Page 797: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

75)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 797

Page 798: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 798

Page 799: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

TextAlign property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 799

Page 800: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 800

Page 801: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 801

Page 802: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

76)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 802

Page 803: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A procedure that calls a function is called the ________.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 803

Page 804: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

76)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 804

Page 805: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 805

Page 806: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

calling procedure Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 806

Page 807: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 807

Page 808: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 808

Page 809: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

77)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 809

Page 810: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ disables all other worksheet objects until the form is closed.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 810

Page 811: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

77)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 811

Page 812: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 812

Page 813: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

modal form Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 813

Page 814: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 814

Page 815: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 815

Page 816: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

78)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 816

Page 817: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ displays the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 817

Page 818: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

78)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 818

Page 819: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 819

Page 820: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Show method Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 820

Page 821: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 821

Page 822: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 822

Page 823: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

79)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 823

Page 824: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ closes the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 824

Page 825: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

79)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 825

Page 826: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 826

Page 827: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Hide method Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 827

Page 828: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 828

Page 829: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 829

Page 830: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

80)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 830

Page 831: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ is a framework that organizes objects into a hierarchy.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 831

Page 832: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

80)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 832

Page 833: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 833

Page 834: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Object model Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 834

Page 835: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 835

Page 836: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 836

Page 837: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

81)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 837

Page 838: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Worksheet objects have a(n) ________ method, which makes a specified worksheet the active sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 838

Page 839: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

81)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 839

Page 840: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 840

Page 841: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Activate Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 841

Page 842: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 842

Page 843: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 843

Page 844: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

82)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 844

Page 845: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

A(n) ________ is an attribute of an object that defines one of its characteristics.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 845

Page 846: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

82)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 846

Page 847: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 847

Page 848: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 848

Page 849: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 849

Page 850: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 850

Page 851: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

83)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 851

Page 852: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

By default, a(n) ________ is given the name UserForm1 or another integer value.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 852

Page 853: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

83)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 853

Page 854: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 854

Page 855: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

UserForm Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 855

Page 856: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 856

Page 857: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 857

Page 858: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

84)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 858

Page 859: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

After adding a control to a form, use the ________ to select the control to modify it.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 859

Page 860: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

84)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 860

Page 861: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 861

Page 862: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Selection Tool Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 862

Page 863: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 863

Page 864: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 864

Page 865: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

85)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 865

Page 866: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ defines the cell to which a control is bound.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 866

Page 867: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

85)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 867

Page 868: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 868

Page 869: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

ControlSource property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 869

Page 870: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 870

Page 871: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 871

Page 872: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

86)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 872

Page 873: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

To add items to a list at run time, use the ________ method in a code procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 873

Page 874: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

86)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 874

Page 875: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 875

Page 876: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AddItem Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 876

Page 877: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 877

Page 878: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 878

Page 879: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

87)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 879

Page 880: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ determines if a control can receive focus or attention and if that control can respond to the user.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 880

Page 881: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

87)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 881

Page 882: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 882

Page 883: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Enabled property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 883

Page 884: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 884

Page 885: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 885

Page 886: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

88)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 886

Page 887: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The ________ verifies that a value is a number.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 887

Page 888: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

88)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 888

Page 889: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 889

Page 890: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

IsNumeric function Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 890

Page 891: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 891

Page 892: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 892

Page 893: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

89)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 893

Page 894: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

To unload a form from memory, use the statement ________, substituting the form's actual name.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 894

Page 895: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

89)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 895

Page 896: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 896

Page 897: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Unload frmForm Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 897

Page 898: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 898

Page 899: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 899

Page 900: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

90)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 900

Page 901: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Object references and property names are separated by a(n) _______, and a(n) ________ assigns a value to the property.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 901

Page 902: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

90)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 902

Page 903: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 903

Page 904: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

period; equal sign Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 904

Page 905: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 905

Page 906: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 906

Page 907: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

91)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 907

Page 908: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following terms with their meanings:

I. PropertyII. MethodIII. ActivateIV. ClearV. Event

A. Action occurring at run time that triggers a program instructionB. Attribute of an object that defines one of its characteristicsC. Clears all cells in a rangeD. Action that an object can perform while the application is runningE. Makes the specified worksheet the active sheet

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 908

Page 909: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

91)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 909

Page 910: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 910

Page 911: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B,D,E,C,A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 911

Page 912: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 912

Page 913: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 913

Page 914: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

92)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 914

Page 915: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following control with its purpose:I. LabelII. TextBoxIII. ComboBoxIV. ListBoxV. CheckBox

A. User can choose an item from the list or enter a value in the text boxB. Appears as text in a form but the user cannot change this informationC. Displays a list of items from which the user can make a choiceD. Appears as a box in which text can be entered and changed by the userE. Creates a square box that can be checked or unchecked to indicate a yes/no selection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 915

Page 916: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

92)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 916

Page 917: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 917

Page 918: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B,D,A,C,E Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 918

Page 919: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 919

Page 920: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 920

Page 921: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

93)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 921

Page 922: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following control with its purpose:I. OptionButtonII. ToggleButtonIII. CommandButtonIV. ScrollBarV. SpinButton

A. Increases and decreased values using up and down arrows.B. A button that evokes an event when clicked.C. A button for toggling a selection.D. Enables you to change a set of continuous values using a horizontal or vertical bar.E. Displays a small button for toggling options on or off.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 922

Page 923: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

93)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 923

Page 924: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 924

Page 925: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

E,C,B,D,A Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 925

Page 926: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 926

Page 927: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 927

Page 928: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

94)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 928

Page 929: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following terms with their Modified Hungarian Notation naming conventions.

I. FormII. LabelIII. Text BoxIV. FrameV. Image

A. lblTitleB. fmeLoanC. frmClientD. imgLogoE. txtFirstName

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 929

Page 930: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

94)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 930

Page 931: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 931

Page 932: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C,A,E,B,D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 932

Page 933: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 933

Page 934: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 934

Page 935: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

95)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 935

Page 936: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following terms with their meanings:

I. RowSource propertyII. Enabled propertyIII. ControlSource propertyIV. TabIndex propertyV. TabStop property

A. Attribute that defines the cell to which a control is boundB. Specifies items that will appear in a list box or combo box at run timeC. Has a value of True or False that determines whether a control can receive focus and respond to the userD. Has a value of True or False that determines whether a control receives focus when the Tab key is pressedE. Determines the order in which a control receives focus

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 936

Page 937: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

95)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 937

Page 938: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 938

Page 939: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B,C,A,E,D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 939

Page 940: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 940

Page 941: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 941

Page 942: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

96)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 942

Page 943: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the functions with their purposes:

I. FVII. RateIII. NPerIV. NPVV. PPmt

A. Calculates an interest rateB. Calculates number of periodsC. Calculates present valueD. Calculates principal paymentsE. Calculates future value

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 943

Page 944: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

96)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 944

Page 945: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 945

Page 946: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

E,A,B,C, D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 946

Page 947: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Using Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 947

Page 948: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 948

Page 949: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

97)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 949

Page 950: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

The SDLC is a systematic methodology that involves four steps. Put the following steps in the correct order.

A. Write code to handle eventsB. Plan the applicationC. Run and test the applicationD. Design the user interface

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 950

Page 951: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

97)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 951

Page 952: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 952

Page 953: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B,D,A,C Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 953

Page 954: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 954

Page 955: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 955

Page 956: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

98)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 956

Page 957: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following control with its purpose:

I. Select ObjectsII. FrameIII. TabStripIV. MultiPageV. Image

A. Allows a form to store controls that appear on multiple pages in the formB. Displays a bitmap graphicC. Selects a control on a formD. Displays tabs along the top of the window so that you can insert different controls on different tabsE. Displays a rectangular panel for grouping other controls

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 957

Page 958: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

98)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 958

Page 959: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 959

Page 960: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C,E,D,A,B Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 960

Page 961: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 961

Page 962: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 962

Page 963: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

99)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 963

Page 964: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the Modified Hungarian Notion prefix with the Object Name.

I. cmdII. lstIII. cboIV. chkV. opt

A. Option ButtonB. Command ButtonC. List BoxD. Check BoxE. Combo Box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 964

Page 965: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

99)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 965

Page 966: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 966

Page 967: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

B, C, E, D, A Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 967

Page 968: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 968

Page 969: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 969

Page 970: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Objects and Forms

100)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 970

Page 971: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Match the following Implicit functions with their meanings:

I. Val functionII. Format functionIII. Input functionIV. MsgBox functionV. IsNumeric function

A. Displays a text box for user inputB. Verifies that a value is a numberC. Converts a number stored as text into a numeric value for calculationsD. Displays information in a dialog boxE. Formats a value for display

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 971

Page 972: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

100)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 972

Page 973: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 973

Page 974: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

C,E,A,D,B Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 974

Page 975: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 975

Page 976: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 976

Page 977: cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the application, design the user interface, write code to handle events, and run and test the

Functions and Forms

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 977