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.

Ayuda con codigo en listbox

publicado

Hola amigos foreros, que tal estan

De nuevo por aquí, haber si me pueden ayudar con este código, la idea es darle formato de numero a la colunma en el listado, he probado varias cosas y no doy con la tela, les agradezco su ayuda

El código es el siguiente

ListBox1.List(ListBox1.ListCount - 1, 5) = .Cells(Lin, 9)

Y tengo este también,  me devuelve el resultado en la hoja del reves, me explico, tengo en el listbox, la fecha   08/04/2020  y me la devuelve 04/08/2020 cuando la envio a la hoja

.Cells(Lin, 4) = ListBox1.Column(3, i)

Muchas gracias por su ayuda

Featured Replies

publicado

 

Hace 17 minutos , Alfonso5597 dijo:

.Cells(Lin, 4) = ListBox1.Column(3, i)

Prueba con:

.Cells(Lin, 4) = CDate(ListBox1.Column(3, i)) 

GIF.gif.45ba568e0c102a384e7cea78e7faff63.gif

publicado
  • Autor
Hace 7 minutos , JSDJSD dijo:

 

Prueba con:

.Cells(Lin, 4) = CDate(ListBox1.Column(3, i)) 

GIF.gif.45ba568e0c102a384e7cea78e7faff63.gif

Muchas gracias por tu ayuda, este código ya o probe, el caso es que no me funciono, por que me corria toda la colunma, lo acabo de colocar y ahora va de vicio. de nuevo gracias amigo,

Saludos

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.