I need som expertise help!
I am not new to VBA or Excel, but I've come accross this weird thing I can't find a way around. I've been googling for a long time, so I thought I'd ask here.
Background: I have a excel-sheet with a lot of VBA I am developing for my job, with an activeX combobox being filled with items from an access database on startup. The user can pick an item, which automatically (on lost focus/on change) populates some textboxes with data from the database. Then the user can edit the textbox-values loaded from the database, which in turn adjusts some calculated results.
Now, the question: If the user adjusts a parameter, but wants to go back to the default values - i.e. reload the database values - selecting the same combobox entry again does not fire any event that I've found - since it is already selected. I would think that the click-event should fire - but no. The change-event obviously does not fire...
Any way to work around this? Any event I haven't thought of?
Note: Current workaround solution would be that the user has to select another item, then back to the one he or she wants, or adding a reset button. I don't like either of those workarounds, so if there's anything I can do...
Thanks!
MouseUp
event. – Rory