AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,099
- Office Version
- 2019
- 2010
- Platform
- Windows
Guessing a bit with this, but get the above error
Am I on the right track, or not possible and I must use AddItem?
VBA Code:
Private Sub listY_Click()
listY.Enabled = True
listY.List = Worksheets("Sheet1").Range("C20:C40").Value
End Sub