Introduction to Using VBA
(Visual Basic for Applications)
in Excel
Instructions for three activities using VBA (Word document).

    1) Insert a label and then have the computer make a sound when you click on the label

    2) Insert a slider (scroll bar) and have VBA 'select' a cell based on the slider value

    3) Insert a scroll bar and a label. The VBA code you will write will contain a loop which         will write 10 numbers in the cells of a given row, starting with the scroll bar value, and increasing by 5 each time

First activity

Second activity Third activity