PANKAJUTEKAR
Board Regular
- Joined
- Jun 10, 2011
- Messages
- 79
Dear All,
i have taken listbox and there are two items in it.
mot
sfu
the folloowing is the code.
The problem is-
Error 424 i got - object required.
i try some r&d, i think my excel sheet4 not able recognize this listbox1.
Can anyone give me the idea how to solve it?
i have taken listbox and there are two items in it.
mot
sfu
the folloowing is the code.
Private Sub Workbook_Open()
'ListBox1.Clear
ListBox1.AddItem "Motor"
ListBox1.AddItem "SFU"
The problem is-
Error 424 i got - object required.
i try some r&d, i think my excel sheet4 not able recognize this listbox1.
Can anyone give me the idea how to solve it?