![]() |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
2 questions VBA in powerpoint!
I have combobox and label. Depending which combobox index is selected, label shows text
Private Sub ComboBox1_Change() If ComboBox1.ListIndex = 0 Then Label1.Caption = "1" ElseIF ..... End If End Sub 2. Now If I select item in combobox, combobox list disappears. Is there a option that this combobox doesn't disappear after mouseclick? that I don't have to press every time dropdownbutton and select next item. |
#2
|
|||
|
|||
![]()
Have you tried a ListBox instead?
|
#3
|
|||
|
|||
![]()
I have multiple comboboxes in column. so listbox won't be so compact.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word macro doesn't change font color | Spideriffic | Word VBA | 8 | 11-04-2015 03:47 AM |
![]() |
kcbenson | Word | 2 | 10-16-2014 01:31 PM |
![]() |
ll4u76 | Word VBA | 1 | 03-31-2012 05:08 AM |
![]() |
anna.a.julin | Word | 1 | 03-01-2012 08:05 PM |
Percent Complete doesn't change End Date?? | jrwpmw | Project | 2 | 03-11-2010 01:40 PM |