Is there a way you can repeat something that just happend.
Example:
VB Code:
  1. Private Sub Command1_Click()
  2. ListView1.ListItems.Add 1, , OK, "leaf", "leaf"
Is There A Way I Can Reapeat The Same Thing?