Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Formato fecha del formulario a Planilla

publicado

buenas tardes...a todos..los master

bueno les comento que en mi Formulario cuando ingreso fecha ejem.11 de marzo y despues al grabar lo lleva a la planilla de excel como 03 del 11

por favor me pueden ayudar a solucionar detalle ..(Gracia Totales)

image.thumb.png.74e12275091324238743a84b93984ea1.png

image.png

fecha de pago.xlsm

Featured Replies

publicado

Hola

Déjalo así:

Private Sub CommandButton1_Click()

Dim Ulinea As Long
Dim dInicial As Date, dFinal As Date

dInicial = Format(Me.TextBox1.Value, "dd/mm/yyyy")
dFinal = Format(Me.TextBox2.Value, "dd/mm/yyyy")

Ulinea = Sheets("hoja1").Range("a" & Rows.Count).End(xlUp).Row + 1  'llevar desde formulario a planilla excel'

Sheets("hoja1").Range("A" & Ulinea).Value = dInicial
Sheets("hoja1").Range("B" & Ulinea).Value = dFinal

End Sub

Comentas

Abraham Valencia

publicado
  • Autor

Mr.JSDJSD gracias estimado...( que lata molestarles por algo que se ve facil, pero para el que No sabe se le complica)

 

gracias por esta tremenda ayuda ..

publicado
  • Autor

gracias Abraham... te pasastes por tu respuesta...muy agradecido

pero, aplique lo que me indico JSD// tambien aplica...

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.