Forms VisualBasic Script

Private Sub obMonths_Click()
    ListBox1.RowSource = "Sheet1!Months"
End Sub