i am wondering whether there is a way for a control to be accessed via a string
ie.
i have a drop down called condition1_1. these increment up to condition1_4
is there a way to access all 4 and assign them via a property?
for x = 1 to 4
Set testarray(x)= VBAProject(Sheet1 "Condition1_" & x)
next x
the above code fails. any suggestions?
thanks very much
ie.
i have a drop down called condition1_1. these increment up to condition1_4
is there a way to access all 4 and assign them via a property?
for x = 1 to 4
Set testarray(x)= VBAProject(Sheet1 "Condition1_" & x)
next x
the above code fails. any suggestions?
thanks very much