I never worked on Excel 5, but I do use VBA Collection for loading the
different objects. You can load textboxes in a collection and reuse the
collection. However, I don't think VBA allows to change the names on runtime.
(Please correct me if I am wrong).
--
Thanks,
Vikas Bhandari
---------------------------
http://excelnoob.blogspot.com
"vb6user" wrote:
> I'm using VBA with Excel 5 and developing a form. Under VB6 I'd create a
> control array to allow me to access 10 text boxes using a loop. VBA doesn't
> appear to allow this. Is there any way to simulate a control array eg by
> programatically modifying the names of the text boxes?
>
> Thanks