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.

Visualizar hora en Listbox en formato "hh:mm"

publicado

Hola Gente!!!

¿como estan?

Estoy en un proyecto y me freno un tema, el el listbox me aparece un dato pero no en forma de hora como esta la planilla. ¿Como puedo cambiar ese tema para que se vea en hh:mm?

Desde ya gracias!!

 If UCase(Description) Like "*" & UCase(Me.TextBox1.Value) & "*" Then
    Me.LISTA.AddItem
    Me.LISTA.List(Y, 0) = Sheets("PLANILLA").Cells(File, 2).Value
    Me.LISTA.List(Y, 1) = Sheets("PLANILLA").Cells(File, 3).Value 'Hora hh:mm
    Me.LISTA.List(Y, 2) = Sheets("PLANILLA").Cells(File, 4).Value
    Me.LISTA.List(Y, 3) = Sheets("PLANILLA").Cells(File, 5).Value
    Me.LISTA.List(Y, 4) = Sheets("PLANILLA").Cells(File, 6).Value
    Me.LISTA.List(Y, 5) = Sheets("PLANILLA").Cells(File, 10).Value  'Hora hh:mm

Featured Replies

publicado

@Caballero Rojo , aparte de que es necesario subir el archivo de ejemplo, prueba con

Me.LISTA.List(Y, 1) =CDate(Sheets("PLANILLA").Cells(File, 3).Value)

 

publicado
  • Autor
Hace 9 minutos , Haplox dijo:

@Caballero Rojo , aparte de que es necesario subir el archivo de ejemplo, prueba con


Me.LISTA.List(Y, 1) =CDate(Sheets("PLANILLA").Cells(File, 3).Value)

 

Excelente muchas gracias!!! con esto lo arregle!!

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.