View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Justin[_8_] Justin[_8_] is offline
external usenet poster
 
Posts: 3
Default combobox change event


-----Original Message-----
I have a combo box with the rowsource tied to a range in

a
worksheet. The selections are sinlge letters (A, B, C
etc.).

I have a change event program recorded so that a cell in

a
worksheet will change when the combo box changes.
However, when I activate the user form and tab to the
combo box in question and type in a letter the cell value
doesn't change. If I use the drop down box, it will. ???

SDC
.

Does the After_Update event work. I have found this better
to use sometimes.