![]() |
#2
|
||||
|
||||
![]()
Since shapes can have names, if you name one (or know the default name Word has allocated to it) you can reference it by that. Alternatively, you can loop through them using code like:
Code:
Dim i As Long With ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary) For i = 1 To .Shapes.Count With .Shapes(i) 'change a property End With Next End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Selecting Texts | mohsen.amiri | Word | 5 | 02-19-2015 11:50 PM |
![]() |
mohsen.amiri | Word Tables | 1 | 09-01-2014 01:08 AM |
Can command Advanved Filter do without selecting header(i.e. just process cells)? | Aquinax | Excel | 3 | 08-10-2013 05:16 PM |
![]() |
Hdr | Excel | 1 | 02-04-2013 04:40 PM |
![]() |
cpwljaw | Drawing and Graphics | 1 | 08-28-2012 12:13 AM |