J
John Devlon
Hi everyone ...
does anyone know if it's possible to create an array, filled with
radionbuttons ....
.... radiobuttons that allready exists on the form ....
for example ...
Dim array() as radiobutton
array(0) = radiobutton1
array(1) = radiobutton2
array(2) = radiobutton3
Could this work ? (syntax is probebly wrong)
Thanx
John
does anyone know if it's possible to create an array, filled with
radionbuttons ....
.... radiobuttons that allready exists on the form ....
for example ...
Dim array() as radiobutton
array(0) = radiobutton1
array(1) = radiobutton2
array(2) = radiobutton3
Could this work ? (syntax is probebly wrong)
Thanx
John