Ingresar valor comentario como texto
Publicado por JOSE LUIS (60 intervenciones) el 02/11/2018 23:32:22
Buenas tardes a los integrantes de este foro, en esta ocasión recurro a Uds para que brinde su apoyo con la siguiente macro, la cual su función es ingresar un valor denominado Cta Cte 0012125452454002, pero al ingrear dicho valor lo convierte en tipo numero el cual debería ser tipo texto, adjunto la macro:
https://drive.google.com/file/d/1FtjDNIPI9O22mjiSAzjREXwA41h3CKfP/view?usp=sharing
https://drive.google.com/file/d/1Lj1-F_uHiengzWZNSKKTkpdkJjRC1cej/view?usp=sharing
Desde ya agradezco su aporte.
1
2
3
4
Sub InsertaComentarioCta()
coment = InputBox("Escriba el comentario", "Comentario", Cells(ActiveCell.Row, "AF"))
If Not coment = "" Then Cells(ActiveCell.Row, "AF") = coment
End Sub
https://drive.google.com/file/d/1FtjDNIPI9O22mjiSAzjREXwA41h3CKfP/view?usp=sharing
https://drive.google.com/file/d/1Lj1-F_uHiengzWZNSKKTkpdkJjRC1cej/view?usp=sharing
Desde ya agradezco su aporte.
Valora esta pregunta
0