blah blah blah is here! blah blah » Close

0
votes
1 answers

Anybody know how to add an item to a combo box in excel? Everything I do doesn't work.

I'm getting so frustrated. [code] Sub AddRandomItemsToDropDownList() Dim ws As Worksheet Set ws = ThisWorkbook.Worksheets("Summary") Sheets("Summary").Select With Me.ComboBox1 ...

0
votes
1 answers

keydown event in panel

hi i want to create a cursor in my panel and move it through the left right keys. but there is no keydown event in panel. so wats the alternative to do it. ie when left is pressed a method is called. thanx in advance

Feedback