Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2007, and need to get the vertices (endpoints) of a line.
Neither the Vertices nor Nodes methods of the Shape object work for a line (as stated in their Help). In an earlier version, I used a workaround of inserting a dummy second node in the line, and Excel automatically converted the line to a freeform polygon, and then the Vertices method worked. That workaround no longer works. I also tried setting the Type property of the line to msoFreeform, and get an error. The only information I seem to be able to get is the Left, Right, Width and Height (bounding rectangle), so I don't know whether the line has a negative or positive slope (goes from top left to bottom right, or the reverse). Any suggestions are greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert a dotted line to a solid line in a line graph | Charts and Charting in Excel | |||
Draw Arrow only shows endpoints, file has errors | Excel Discussion (Misc queries) | |||
coloring overy other line without doing so line by line | Excel Worksheet Functions | |||
Macro problem on, Yellowed line - previous line or next line. | Excel Programming | |||
Reads entire *.txt file into string opposed to a desired line by line input. | Excel Programming |