I know the following is not the right code, however could someone help me point an array to a spreadsheet called "MAIN", cell A1.
Thank You
Tony
Private Sub ComboBox1_GotFocus()
ComboBox1.List = Array(Range(sheet("MAIN)("a1").Value)
End Sub
Thank You
Tony