Thread: ComboBox Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blobbies Blobbies is offline
external usenet poster
 
Posts: 18
Default ComboBox Query

I have a number of comboboxes on a userform.

They share a common prefix in their name and are then numbered i.e. cbx1,
cbx2, cbx3 etc.

I want to run a For .... Next procedure with these comboboxes, and am
wondering how to refer to them within this procedure - i.e "cbx" & (whatever
number - starting at 1 through to 10)

Is this possible?

Thanking you in advance!



Edi