As I can use this :

VB Code:
  1. Set Text1 = ctlForm.Controls.Add("VB.TextBox", "TextBox1")

For a textbox, what would be the equivelant to VB.TextBox for a listview? It doesn't like VB.ListView...