Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
MyValue = Application.Index([MyList],[ResultLink],1)
Sub ComboBox1Easy()
MsgBox [E3]
End Sub
Sub ComboBox1Hard()
Dim oComboBox As ComboBox
Set oComboBox = Worksheets("Start").OLEObjects("ComboBox1").Object
MsgBox oComboBox.Value
Set oComboBox = Nothing
End Sub
Option Explicit
Sub ProcForm()
MsgBox "Selected Month = " & [N1]
End Sub
MsgBox "Selected Month = " & [SelectedMonth]