Getting combo box values?

I have a menu which goes file > properties > colour > combo box

and I have items in the combe box but in code how do you find out what the user selected. e.g if green was an item how do you say if green = true then Me. backcolour = green



Answer this question

Getting combo box values?

  • Eugene Kogan

    If combo.SelectedText = "Green" then ...

  • Getting combo box values?