Retrieve value from .Shapes.AddFormControl(xlDropDown...

  • Thread starter Thread starter groupie
  • Start date Start date
G

groupie

Hi,
Have created and filled a combobox using .ControlFormat.AddItem

..ControlFormat.Value seems to return just the index number of the
selected item - how can the actual value from the combobox be picked
up? Thanks.
 
Got it:

MsgBox
excelshapeobject.ControlFormat.List(excelshapeobject.ControlFormat.Value)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top