![]() |
#2
|
|||
|
|||
![]()
If you all the shapes are in fact AutoShapes and AutoShapeType msoTypeOval then this should work:
Sub ResetShapeLineWT() Dim oShp As Shape For Each oShp In ActiveDocument.Shapes If oShp.AutoShapeType = msoShapeOval Then oShp.Line.Weight = 4.5 End If Next End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do you alter font/size within Task folders | lsg267 | Office | 0 | 06-16-2017 07:45 AM |
![]() |
ericvorlage | Excel | 1 | 01-26-2014 11:07 AM |
![]() |
DJSOUND | Word VBA | 1 | 10-11-2013 08:11 PM |
![]() |
markg2 | Office | 1 | 01-10-2011 08:10 AM |
Circles | Toruk-Mach-Toh | Word | 0 | 03-16-2010 05:33 AM |