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.

Vincular un Textbox a otro Textbox

publicado

Buenos días

Tengo en mi proyecto el Textbox1 que es el resultado de unir el Combobox4 y el Combobox3. Lo que deseo es que el resultado del Textbox1 busque en la columna G de la hoja Prueba  y devuelva el resultado de la columna H al Textbox2. Estoy intentándolo con estas líneas, pero no consigo reaolverlo. ¿Podrían ayudarme?

Un saludo

TextBox1.Text = ComboBox4.value & ComboBox3.value
    Set h = Sheets("Prueba")
    Set b = h.Columns("G").Find(TextBox1)
    If Not b Is Nothing Then
        TextBox2 = h.Cells(b.Row, "H")
    End If

 

Featured Replies

publicado

El código parece correcto, pero sin ver los datos y el formulario, imposible decirte algo mas.

publicado
  • Autor

El código funciona. Todavía no sé que estaba haciendo mal.

Un saludo y gracias

Un saludo

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.