Nuevo Foro de programacion
0 Usuarios y 1 Visitante están viendo este tema.
Private Sub Form_Load() txtFecha.Text = DateEnd Sub
Private Sub Command2_Click() List1.Clear For i = 1 To 10 txtFecha.Text = DateAdd("m", 1, txtFecha.Text) List1.AddItem txtFecha.Text Next iEnd Sub
List1.Clear For i = 1 To 10 List1.AddItem DateAdd("m", i, txtFecha.Text) Next i