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.

Busqueda en otros libros de excel

publicado

buenas tardes

tengo dos libros RegistroVenta y Bdato, en el libro RegistroVenta esta el formulario Registrar el cual quiero que al colocar un valor en el TextBox1 haga una busqueda en el libro Bdato y el resultado lo muestre en TextBox2 o un label

nota: el libro Bdato debe de permanecer cerrado o en todo caso debe abrir y cerrar sin ser detectado por el usuario

Featured Replies

publicado
  • Autor

a lo que necestio cual seria el codigo para que funcione dicha busqueda?

publicado
  • Autor

tu respuesta no me ayuda da un ejemplo para saber a que refieres

publicado
  • Autor

este es el codigo que estoy trabajando

Private Sub CommandButton1_Click()

Dim Nombre As String

Dim Rango As Range

Set Rango = Sheets(1).Range("A1:B4") aqui en rango necesito darle la ruta del libro Bdata porque esa es la matriz

Nombre = Application.WorksheetFunction.VLookup(Me.TextBox1.Value, Rango, 2, 0)

Me.TextBox2.Value = Nombre

End Sub

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.