I would like to Get the value of a Boolean variable by passing its name as text.
The following line works for me in another file
lablnam = Me.Controls(StrArrOptBtnLblNam(ctra, 1)).Caption
Is there an equivalent as the above or something else to get value of variables using the names of the...