Here you go. Add a label to a form and set its index to 0, then add a command button and put this code in
Private Sub Command1_Click()
Dim iX As Long
iX = Label1.Count
Load Label1(iX)
Label1(iX).Move Label1(iX - 1).Left, Label1(iX - 1).Top + Label1(iX - 1).Height
Label1(iX).Visible = True
End Sub
Let me know if this helps. If you choose to battle wits with the witless be prepared to lose.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.