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.

resumir macro que utiliza hypervinculos

publicado

buenas tardes

 

utilizo este código para cargar una macro una vez que haga click en una cierta celda

 

Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
        If Target.Range.Address = "$BF$1" Then
        Call macro1
        End If

        If Target.Range.Address = "$BF$2" Then
        Call macro2
        End If

 		If Target.Range.Address = "$BF$2" Then
        Call macro2
        End If
End Sub

el tema es que necesito poder realizar esto para muchas mas celdas (de la misma columna) pero no se como hacer algo generico sin tener que copiar y pegar 

 

gracias por su ayuda

 

saludos!

Featured Replies

publicado
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
   If Target.Address Like = "$BF*" Then Call macro1
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.