I had a small requirement. I have added a combobox in excel sheet and
gave a input range and also cell link to this combobox. Whenever I
select a value in combobox I want to show certain data in Excel. For
this I want to use worksheet_change event to capture the value in cell
link of the above combo box. However the worksheet_change event is not
occurring eventhough the cell link is updating with list index of
combo box.
I hope I made the problem clear. Please let me know of any suggestions