Dam.
2009-05-14 06:19:43 UTC
Dim valor As Integer
aux = valor
valor = InputBox("Cuantos Datos desea ingresar?")
ReDim Mat(valor, 4) As Integer
Dim aux1 As Single
Dim aux2 As Single
Dim aux3 As Single
Dim aux4 As Single
For x = 1 To valor
For y = 1 To 4
aux1 = InputBox("Ingrese El Apellido y Nombre") & aux2 = InputBox("Ingrese La Edad:") & aux3 = InputBox("Ingrese El Telefono:") & aux4 = InputBox("Ingrese EL Email:")
Next y
Next x
End Sub
y Me Da "Erro 13"
no coinciden los tipos
en la parte de inputbox me lo marca con amarillo, alguien sabe porq?