![]() |
#3
|
||||
|
||||
![]()
I would draw all the lines you want and then label them so they can be individually treated. Then you can flip their 'visibility' property with your code. This is far easier as you don't need to fiddle with their endpoint locations and colours/width/pattern etc in your code.
An example showing how easy it is to toggle visibility on a couple of lines is below Code:
Sub HideALine() With ActiveDocument .Shapes(1).Visible = Not .Shapes(1).Visible .Shapes(2).Visible = Not .Shapes(2).Visible End With End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
dwarsement | Word | 3 | 07-01-2015 01:17 AM |
![]() |
Joanrichmond | Word | 1 | 02-11-2014 12:57 PM |
![]() |
microsoftnovice | Excel | 2 | 10-31-2012 10:43 AM |
![]() |
deboo | Word | 6 | 08-20-2012 07:35 PM |
![]() |
Moonf4 | Word | 1 | 04-18-2011 03:16 PM |