problemas con declaracion de variable...creo...
Publicado por Dany (3 intervenciones) el 25/10/2007 14:42:16
Tengo el siguiente codigo pero no estoy seguro si esta bien, de hecho me tira un error
en el text, no estoy seguro si esta bien lo que quiero hacer...
Saludos..espero me puedan ayudar..
num = 281
For j = 6 To 13
Text(j)(1).Text = Mid(Text1.Text, num, i)
If Text(j)(1).Text = "" Then Else Text(j)(1).Text = Text(j)(1).Text + "_"
num = num + i
Next j
End Sub
en el text, no estoy seguro si esta bien lo que quiero hacer...
Saludos..espero me puedan ayudar..
num = 281
For j = 6 To 13
Text(j)(1).Text = Mid(Text1.Text, num, i)
If Text(j)(1).Text = "" Then Else Text(j)(1).Text = Text(j)(1).Text + "_"
num = num + i
Next j
End Sub
Valora esta pregunta


0