G
Gordon
Trying to load ComboBox from Dynamic Array
Code: Declaration: Option Base 1, Public MyArray()
Procedure: N = 1
ReDim MyArray(N)
MyArray(N) = ActiveCell (and so on)
ReplaceName.Show (UserForm)
Initialize: Me.NameComboBox.List =
MyArray()
(also tried MyArray)
Error: NameComboBox.List...(NameComboBox.List = Null)
Dave Peterson suggested the above, but it doesn't work.
Thank you,
GJ
Code: Declaration: Option Base 1, Public MyArray()
Procedure: N = 1
ReDim MyArray(N)
MyArray(N) = ActiveCell (and so on)
ReplaceName.Show (UserForm)
Initialize: Me.NameComboBox.List =
MyArray()
(also tried MyArray)
Error: NameComboBox.List...(NameComboBox.List = Null)
Dave Peterson suggested the above, but it doesn't work.
Thank you,
GJ