ComboBox Update of Same Value

RetireSoon

New Member
Joined
Jul 17, 2024
Messages
1
Office Version
  1. 2011
Platform
  1. Windows
Have application where I am using a ComboBox with the value linked to a cell. The last value selected from the ComboBox is displayed in the ComboBox. If the user manually changes the value of the linked cell to a new value associated with the ComboBox, I would like the user to be able to click on the same ComboBox value currently displayed to "re-update" the linked cell. Currently when I do this, the linked cell will not update. If I select a different value from the ComboBox, the linked cell updates properly. I have tried using the _Click() and _OnFocus() functions but have not been successful in getting the linked cell to update when selecting the current displayed value of the ComboBox. In some situations, I need to allow the user to manually enter a unique value not in the ComboBox. Just trying to make it more user-friendly so that they can easily go back and re-select the displayed value rather than first selecting another item in the list and then selecting the previous item.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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