Again very limited testing:
Sub ScratchMacro()
Dim oShp As Shape
For Each oShp In ActiveDocument.Shapes
If oShp.WrapFormat.Type = wdWrapInline Then
oShp.Anchor.Style = "CustomParagraphSytle"
End If
Next
End Sub

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Below macro applies a custom paragraph style to all graphics that have
> been put "inline with text". It is running fine.
[quoted text clipped - 15 lines]
>
> Andreas
andreas - 22 Apr 2007 10:28 GMT
> Again very limited testing:
>
[quoted text clipped - 33 lines]
>
> - Zitierten Text anzeigen -
Greg,
Great, it is working. Again, thank you very much for your valuable
help in this forum.
Regards, Andreas