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.

Macro Excel Buscador de Data y Imagen

publicado

Hola que tal tengo problemas para realizar un macro con el titulo adjuntado, soy nuevo en Macros y intento crear un Buscador de Datos con Visor de Imágenes, ya que daría la soluciona mi trabajo.

favor de enseñarme señores Maestros.:hopelessness:

Modelo de Cotizacion.rar

Featured Replies

publicado

De momento, ahí va lo de buscar imágenes:


Private Sub CommandButton1_Click()
BuscarImagen Image1
End Sub

Private Sub CommandButton2_Click()
BuscarImagen Image2
End Sub

Private Sub CommandButton3_Click()
BuscarImagen Image3
End Sub

Private Sub BuscarImagen(Marco As Control)
imagen = Application.GetOpenFilename("Imágenes (*.jpg), *.jpg")
If imagen <> False Then
Marco.Picture = LoadPicture(imagen)
Marco.ControlTipText = imagen 'Aquí guardamos la ruta de la imagen
End If
End Sub


[/CODE]

En cuanto a:

[color=#4D5153]favor de enseñarme señores Maestros[/color]

Solo recordarte que el foro es un lugar de consulta, no de formación.

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.