Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I wish to create a simple drop down menu using VBA. I do not wish to pu an array of the item names to one side of the spreasheet and link t that, but put the item names in by using VBA . I am not working from UserForm, but using Toolbox and the VB Editor. I have created a combobox as a start :) So far I have tried the following without success: Private Sub Forms.ComboBox1_Change() With ComboBox1 .ListFillRange = "" '.AddItem "X" '.AddItem "Y" '.AddItem "Z" '.AddItem "X2" '.AddItem "Y2" '.AddItem "Z2" End With End Sub All assistance and suggestions gratefully accepte -- JoeS0 ----------------------------------------------------------------------- JoeS01's Profile: http://www.excelforum.com/member.php...nfo&userid=981 View this thread: http://www.excelforum.com/showthread.php?threadid=38271 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Control ToolBox ComboBox | Excel Discussion (Misc queries) | |||
Format the items in a combobox | Excel Programming | |||
how to add items to combobox | Excel Programming | |||
ComboBox Items | Excel Programming | |||
ComboBox items | Excel Programming |