Free Access programming tutorial Video 6

In this part of the video series you’ll learn:

How to call other procedures.
How to better organize your code.
Common Errors
Unit Wrap up questions:
1. The process of combing values to form a single string expressions is called what?
A: concatenation
2. What is the proper order of objects containing other objects?
A: Modules contain procedures that contain statements.
3. The Option Explicit statement is used for what?
A. Prohibit the use of variables that have not been declared.
4. What structure would be best suited for when one variable may have 5 different
values representing 5 different outcomes?
A. The Select Case structure.

<< Free Access programming tutorial Video 5

Free Access Programming tutorial Video 7>>


Leave a Reply