combobox in userform

  • Thread starter Thread starter bernd
  • Start date Start date
B

bernd

Hello,

I've a sheet with data in column A and in row 2.
I want to use a userform with a combobox to let the application go to
the cell in row 2 that has the same value as selected in the combobox.

The datasource for the combobox is in column A.

Is this possible? How?

Thanks,

Bernd
 
Hello,

I've a sheet with data in column A and in row 2.
I want to use a userform with a combobox to let the application go to
the cell in row 2 that has the same value as selected in the combobox.

The datasource for the combobox is in column A.

Is this possible? How?

Thanks,

Bernd

Hi:

Define your datasource as a name, then put this name in the RowSource
properties within the userform.

Hope this works.

George
 
Back
Top