Results 1 to 3 of 3

Thread: [RESOLVED] how can I add a Picture into table? (WORD)

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    26

    Resolved [RESOLVED] how can I add a Picture into table? (WORD)

    hi, all!
    I have:
    VB Code:
    1. 'I've got it from a recorded macro. It works:
    2.     Selection.InlineShapes.AddPicture FileName:= _
    3.           "C:\MyPicture.jpg", LinkToFile:=False, SaveWithDocument :=True  
    4.     'AND REFERENCE TO MY TableSTRING:
    5.     Set String1 = Table1.Rows.Add
    But how can I add Picture into string without "Selection."
    I've tried:
    String1.Cells(2).Range.AddPicture...
    & String1.Cells(2).Range.InlineShapes.AddPicture...
    it doesn't work

    Help me please!
    kind regards,
    Baloo.
    Last edited by Baloo; Feb 9th, 2006 at 02:28 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width