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.

Unir dos lineas con un conector

publicado

Antes que todo un saludo para todos los miembros del foro. Me parece que "Unir dos lineas mediante un conector" es complicado o no se puede hacer, sería maravillo si alguien del foro me pueda sacar de esta duda. Intente hacerlo con el siguiente código:

Sub UnirDosLineasConConector()
ActiveSheet.Shapes.AddConnector(msoConnectorStraight, 60, 15, 120, 15).Select
Horizontal02 = Selection.ShapeRange.Name
ActiveSheet.Shapes.AddConnector(msoConnectorStraight, 180, 30, 240, 30).Select
Horizontal05 = Selection.ShapeRange.Name

ActiveSheet.Shapes.Range(Array(Horizontal02, Horizontal05)).Select

Set Conector = ActiveSheet.Shapes.AddConnector(msoConnectorCurve, 0, 0, 0, 0)
 With Conector.ConnectorFormat
      .BeginConnect ConnectedShape:=Horizontal02, ConnectionSite:=1
      .EndConnect ConnectedShape:=Horizontal05 , ConnectionSite:=1
      .Conector.RerouteConnections
 End With
End Sub

Featured Replies

publicado

analiza el siguiente articulo, contiene (casi) todo lo que puedes hacer con los conectores: Working with Flowchart Connector Lines in Excel

presta atención al "por qué" hay restricciones a conectar conectores con conectores (en el enunciado en rojo que dice: "(Not Recommended)"

saludos,

hector.

publicado
  • Autor

Gracias Héctor, es muy ilustrativa la Dirección que recomiendas leer.

  • 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.