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.

Dato de tabla dinámica a celda con clic

publicado

Buen día maestros y compañeros:

  1. En un TextBox se digita el nombre de un artículo.
  2. Una tabla dinámica muestra aproximaciones al dato buscado.
  3. Al dar clic o doble clic de los datos aproximados  en la tabla dinámica, este dato debe copiarse en la celda G7. 
  4. El siguiente dato encontrado, al dar clic o doble clic debe copiarse en G8 y así sucesivamente.

Por favor, es de 0.137 MB y está en Drive compartido: https://drive.google.com/file/d/0ByjreIUrjQRLczZVanVJdzJzOVk/view?usp=sharing

Agradezco la ayuda.

 

 

 

Featured Replies

publicado

Hola @jcaceresu 

Coloca este código en la hoja donde quieres la extracción.  Cuando hagas doble clic en el valor, este irá directamente a la columna H, ubicándose cada nuevo dato debajo:

Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
    If Target.Column <> 7 Or Target.Row < 19 Then Exit Sub
    Cancel = True
    Range("H" & Rows.Count).End(xlUp).Offset(1) = Target.Value
End Sub

¡Comentas! ¡Bendiciones!

 

publicado
  • Autor

Amigo johnmpl:

No sé cómo agregar el código que me facilitaste. Si pudieras enseñarme en el archivo que adjunté, podré ir aprendiendo.

Saludos.

  • Silvia bloqueó este tema

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.