Previous Page
Next Page

Chapter 3. Adding Intelligence

Before You Begin

To successfully complete this chapter, you need to be familiar with the following concepts, which were presented in Chapters 1 and 2:

  • Declaring variables

  • Basic error handling

  • Connecting to the file system object

  • Using For Each...Next

  • Using Do While

After completing this chapter, you will be able to:

  • Use If...Then

  • Use If...Then...ElseIf

  • Use If...Then...Else

  • Use Select Case

  • Use intrinsic constants


Previous Page
Next Page