Jump to content

Fecha cambia sola de formato después de ser insertada


Recommended Posts

Buenas, cambiando estas lineas.

'TextBox1.value = Format(TextBox1.value, "dd-mmm-yy")
 Range("B" & ultimo).EntireRow.Insert
 Range("A" & ultimo).value = CDate(Format(TextBox1, "dd-mm-yy"))

inhabilita estas otras 

'     Dim Celda As Range
'    FILA = ActiveCell.Row
'    With Hoja1
'        .Cells(FILA, 1).Select
'        For Each Celda In Selection
'            Celda.value = CStr(Celda)
'        Next Celda
'    End With

si te hace falta comvertir todas las celdas , omite la de la fecha.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

Privacy Policy