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.

No puedo seleccionar Listbox, a veces si a veces no

publicado

Tengo una macro que me crea una lista con unos nombres que quiero que al darle doble click me copie ese nombre seleccionado en una de las celdas. El problema es que a veces cuando quiero seleccionar de la lista no me deja. Si que funciona si haga: programador-->modo diseño-->quitar modo diseño

image.thumb.png.7fe3d60c70373ba83447709c7dc60afc.png

Private Sub ComboBox1_Change()

End Sub

Private Sub ComboBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)

End Sub

Private Sub ListBox1_Change()

End Sub

Private Sub ListBox1_Click()

End Sub

Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
  ActiveCell = ListBox1
  ActiveCell.Offset(1, 0).Select
  ListBox1.ListIndex = -1
End Sub


Private Sub ListBox1_Error(ByVal Number As Integer, ByVal Description As MSForms.ReturnString, ByVal SCode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, ByVal CancelDisplay As MSForms.ReturnBoolean)

End Sub

Private Sub ListBox1_GotFocus()

End Sub

Private Sub ListBox1_MouseUp(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)

End Sub

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

End Sub
 

Editado el por Miguel Jove

Featured Replies

publicado
Hace 3 horas, Miguel Jove dijo:

Si que funciona si haga: programador-->modo diseño-->quitar modo diseño

Es que estando en modo diseño no te puede funcionar nunca, pero que yo seoa, ese botón no se activa solo :blink:. ¿Lo pulsas para algo? Si es así ¿Para qué?

Siempre que entres en modo diseño, sea para lo que sea, siempres debes salir de él para seguir ejecutando tus macros

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.