View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ToddG[_5_] ToddG[_5_] is offline
external usenet poster
 
Posts: 3
Default Insert a comment on ComboBox double click

What I would like to do is insert a comment into a cell that is designated as
a ComboBox ControlSource when the ComboBox is double clicked. When the
ComboBox is double clicked an InputBox should appear for the user to enter
the text that will appear in the comment.

I have a group of ComboBoxes within a Frame so I would like to know the best
way to code this for all ComboBoxes within that fame.


Any advice would be greatly apprciated.