View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PaulaO PaulaO is offline
external usenet poster
 
Posts: 3
Default Combobox values used in macros

I need to get the value selected in a combobox from a userform to be the
subject of a select case statement.

For example, in Userform2, the combobox is going to select a month, then I
want the selection to become the value of a variable in a select case
statement in a macro. I am not sure how to get the selected value to flow
through.

Any assistance would be appreciated.