Hello Chia,
Your syntax is wrong in the code below.
The cell range should be enclosed by a single pair of quotes, like below...![]()
Dim productA as Variant productA = Range("P2":"P2") comboBox1.List() = productA
![]()
Dim productA as Variant productA = Range("P2:P2") comboBox1.List() = productA
Bookmarks