Thread: Combo Boxes
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Trystan Trystan is offline
external usenet poster
 
Posts: 3
Default Combo Boxes

I have a series of combo boxes, and have created a macro to make other
boxes appear or disappear. To make the correct boxes appear, I need the
macro to select the name of the combo box that was used. ie if it was
"dd1" i need a function that will return this to a string.

Any ideas?

T