Hello, Microsoft Visual
Basic!
Clicking
on the 3-Dot Builder should open a new program: Microsoft Visual
Basic for Applications. VBA is a programming language.
5.
Try it: Review the Code
The Visual
Basic editor lists the objects on the left side and the code on the right
in the big pane.
Form_MovieSearch is selected.
There is
an AfterUpdate Event for the GenreCombo.
The code
begins with: Private Sub,
where Sub
means Subroutine.
The code
ends with: End Sub.
Keep
going...
Visual Basic for Applications