OK, I know how to create an object as arrays. See this example:

Code:
  Load Text1(1)
  
  Text1(1).Visible = True
  Text1(1).Top = 0
  Text1(1).Left = 0
I want the exact same effect but this time without an abject being part of an array. Example: Intead of load Text1(1), I would load Text2. Is this possible, if so, HOW?

Thank's