Powerpoint Lines/Connections - Where they cross

B

Bla

Is there a way in PowerPoint to have connecting lines show a small hump when
they cross, in just the way they do in Visio.

Is there a special connector? A property of a line or connector? I don't
even know what to properly call it.

It is the visual hump meant to indicate that two lines cross without feeding
into each other.

Thanks
 
D

DerbyDad03

I just played with resizing and rotating a Right Bracket from Auto
Shapes...Basic Shapes, turning it into a "hump" then drawing a line
off each end.

Get it (or a few) to the size(s) you want and save them as pictures.
Then you can just insert them as Picture from File whenever you need
one.

Create a macro or 2 (based on size/shape) to make the insertion a one
click action.

Something like:

Sub MyHump()
ActiveWindow.Selection.SlideRange.Shapes.AddPicture _
(FileName:="C:\Documents and Settings\my_name\Desktop
\SmallHump.emf", _
LinkToFile:=msoFalse, SaveWithDocument:=msoTrue, Left:=350,
Top:=266).Select
End Sub

Hope that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top