borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Mouse wheel problem in Excel 2k3 VBA)Next Topic (how to get shape object/image from word document?) New Topic New Poll Post Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : how to get shape object/image from word document?
Poster Message
sunoff
Level: Scholar

Registered: 17-12-2004
Posts: 47

icon how to get shape object/image from word document?

how to get shape object/image from word document?

For pc = 1 To wrdApp.ActiveDocument.InlineShapes.Count
    If wrdApp.ActiveDocument.InlineShapes.Item(pc).Type = Word.WdInlineShapeType.wdInlineShapePicture Then

                   what should i do to get image object from the document?
                    
     End If
Next

For sh = 1 To wrdDoc.Shapes.Count

       If wrdDoc.Shapes.Item(sh).Type = Microsoft.Office.Core.MsoShapeType.msoAutoShape Then

          what should i do to get shape object?
                
      End If
Next

04-08-2005 at 03:27 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : how to get shape object/image from word document?
Previous Topic (Mouse wheel problem in Excel 2k3 VBA)Next Topic (how to get shape object/image from word document?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder