F
Flemming
Hi,
I have several ContentControls with the same tag "MyTag".
How do I change the font.size for all tagged "MyTag" contentcontrols that
are located outside page 1?
Dim oCoc As ContentControl
For Each oCoc In ActiveDocument.ContentControls
If oCoc.Tag = "MyTag" Then
'some thing to ensure that this contentcontrol are not on page one??
oCoc.Range.Font.Size = 18
End If
Next oCoc
Thanks for you help,
Flemming
I have several ContentControls with the same tag "MyTag".
How do I change the font.size for all tagged "MyTag" contentcontrols that
are located outside page 1?
Dim oCoc As ContentControl
For Each oCoc In ActiveDocument.ContentControls
If oCoc.Tag = "MyTag" Then
'some thing to ensure that this contentcontrol are not on page one??
oCoc.Range.Font.Size = 18
End If
Next oCoc
Thanks for you help,
Flemming