Well... timeshifter you are close enough... you gave me that hint of the keyword "Load"

However the prompt I get for the format is ....
Code:
Load(Object As Object)
I enter:
VB Code:
  1. Private Sub Command1_Click()
  2.        Static intCount As Integer
  3.        intCount = intCount + 1
  4.        Load  (Label1(intUCount) As Label)
  5. End Sub

I get an error with "As"
The error is:
Code:
Expected: list seperator or )
I get an error with your code too... at "+"
For the "+" the error is:

Code:
Expected: List Seperator