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.

Ejecutar Macro al Cambiar Objeto imagen

publicado

Estimados,

Hace un tiempo acudí por su ayuda para incrustar unas imagenes en excel y recibí su ayuda.

https://www.ayudaexcel.com/foro/macros-programacion-vba-10/codigo-para-insertar-dos-imagenes-24023/

Acudo nuevamente a su ayuda ya que en el mismo archivo que me envió Marco Antonio, necesito ejecutar una macro al cambiar la imagen he estado intentando pero no me deja actualizar la imagen y llama a la macro demasiado pronto.

También he probado con este código que encontré en la red ligándolo al botón VerCedula pero no funciona:


Sub Abrir

dim contador as integer
dim ejecuta

contador = "1"


do while contador <= "5"


if contador = 1 then ejecuta = macro1 'Aquí me salta el error
if contador = 2 then ejecuta = macro2
if contador = 3 then ejecuta = macro3
if contador = 4 then ejecuta = macro4
if contador = 5 then ejecuta = macro5


contador = contador+1
wait 60000

loop

End Sub
[/CODE]

Utilizo excel 2010, espero me puedan ayudar con este problema que me esta sacando canas

Saludos.

EJEMPLO novo34 .xls

Featured Replies

No hay posts para mostrar

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.