Updating a specific cell after a combo box selection is made

leleuxc2000

New Member
Joined
Aug 31, 2011
Messages
6
I have a table in a spreadsheet (9 columns) that contains information about individuals - it will have hundreds of records in it.

I have a combo box that will select the individuals names. What I'd like to be able to do is highlight the corresponding rows once they're selected - and leave them highlighted. I've tried multiple approaches to this and can't seem to make it work.

The closest I've come is with conditional formatting - this will highlight the row I've selected, but it changes when I select another value from the combo box.

The idea I have is once I select a value from the combo box, update a cell in a new column in the table with a "Y", and then apply conditional formatting using that column, but I can't figure out how to make that work.

Can someone help me figure this out? I'm not very experienced with VBA coding in Excel - but can probably make that work if someone can help me out.

Thanks in advance.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,224,596
Messages
6,179,807
Members
452,944
Latest member
2558216095

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top