Ver Mensaje Individual
  #17 (permalink)  
Antiguo 11/04/2010, 17:03
Avatar de Sergio18
Sergio18
 
Fecha de Ingreso: abril-2010
Ubicación: No quieras saberlo
Mensajes: 94
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Importar .txt

acabo de hacer esto y lo importa pero mal
Cita:
Private Sub Command6_Click()
Open "practicas.txt" For Input As #1
MSFlexGrid1.Text = Input(LOF(1), 1)
Close #1
End Sub
Pero tengo que hacer una funcion ¿no? para que recorrar las filas y columnas