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.

TextBox Change: Pérdida priemra pulsación

publicado

TextBox Change: Pérdida primera pulsación

Buenos días,

Adjunto hoja con formulario que incorpora 2 textbox programados para que, con el método change, al introducir datos en uno se borre el otro y viceversa.

El problema que tengo es que pierdo la primera pulsación cuando, tras rellenar uno de los textbox, escribo en el otro.:confusion:

¿Cómo puedo solucionarlo?

Gracias,

Juan.

TextBox Pérdida Primera Pulsación.xls

Featured Replies

publicado
  • Autor

Gracias Antonio :encouragement:,

Prometo mirar con más detenimiento los procedimientos de las herramientas.

Solucionado,

Juan.

publicado

Private Sub TextBox1_Change()

If TextBox1 > "" Then

TextBox2.Value = ""

End If

End Sub

Private Sub TextBox2_Change()

If TextBox2 > "" Then

TextBox1.Value = Empty

End If

End Sub

Te envío un pequeño truco que te resolvera el problema.

publicado
  • Autor

Gracias J.C.,

Muy buen truco. Muy eficiente.

Juan.

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.