I'm trying to locate an image (a company logo) within a Word doc so that it can be moved from its current position to a new one. I think I'm close, but the code below is not locating any images:
[pre]For Each p In objWrd.ActiveDocument.InlineShapes
sMyPar = p.Count
Next p[/pre]
Any ideas on how I can make this work?
[pre]For Each p In objWrd.ActiveDocument.InlineShapes
sMyPar = p.Count
Next p[/pre]
Any ideas on how I can make this work?