Share via

Visio 2016

Anonymous
2018-03-08T18:31:52+00:00

My manager just let me get Visio 2016 and to my great dismay there still seems to be no way to edit the default connector tool  That is,  I HATE that it defaults to an arrow on the end and you can't change it!  So annoying!!  And, yes I know you can edit each connector (giant pain) or edit the Dynamic shape,  but that's NOT what I want.  I wan to be able to open a new doc and use the connector tool without those darn arrows! I don't need to be doing this every darn time I need to create a new doc. Any way around this or are simply stuck with this nonsense?

Microsoft 365 and Office | Visio | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-03-09T04:23:37+00:00

    Which theme you use as default ?

    Just change your theme to No theme! After this all connectors in your documents became with no line ends.

    You can remove all unused themes with my macro

    Sub KillThemesFromDocuments()

    ' this code originally posted at

    ' http://visio.getbb.ru/viewtopic.php?f=6&t=620

    Dim pg As Page

    For Each pg In ActiveDocument.Pages

        pg.ThemeColors = "visThemeNone"

        pg.ThemeEffects = "visThemeEffectsNone"

    Next

    ActiveDocument.RemoveHiddenInformation (visRHIStyles)

    End Sub

    And after this steps save this document as visio template, and create all you new documents based on this template !

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-03-09T14:39:40+00:00

    Surrogate, we have many fine beers in my home state of Wisconsin, I now owe you some!  Thanks for pointing out the obvious thing I was missing.  Some themes are nice though; may have to find one that doesn't alter the connector.

    Was this answer helpful?

    0 comments No comments