S
Simon Blake
Hi, I am having trouble finding a way to get the text from a set of inline
shapes... I can do this no problem under powerpoint, but word's shape model
appears to be different... (ie HasTextFrame is missing etc)
When I have tried to use the range option I just get a null back... Has
anyone else done this before (word2k3)
For Each myPic in appWord.ActiveDocument.InlineShapes
shapeText = .....
Next myPic
Thanks in advance
Simon
shapes... I can do this no problem under powerpoint, but word's shape model
appears to be different... (ie HasTextFrame is missing etc)
When I have tried to use the range option I just get a null back... Has
anyone else done this before (word2k3)
For Each myPic in appWord.ActiveDocument.InlineShapes
shapeText = .....
Next myPic
Thanks in advance
Simon