Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ProfessorGrimes

    Word 2003 Insert image using macro

    The Active X control looks like it will do exactly what I need... but I've never done this before so I need a little more guidance please. I opened up the Control Toolbox, clicked on 'Image' control and placed a square in the document. I double-click the square and it brings up the code...
  2. ProfessorGrimes

    Word 2003 Insert image using macro

    > Please state exactly what you want to happen. Primary need: I want to place a picture in a specific location of a document. Special note: The picture file name will be the same each time, but the directory path will change every time. Secondary needs: 1. Place the picture in the document...
  3. ProfessorGrimes

    Word 2003 Insert image using macro

    Thanks! I've been trying different things and found something that works. In the document I define a DocVariable within an INCLUDEPICTURE like this: {INCLUDEPICTURE {DOCVARIABLE ThisVariable \* MERGEFORMAT} \* MERGEFORMAT} And then include this line in a Macro...
  4. ProfessorGrimes

    Word 2003 Insert image using macro

    How can I insert an image into a *specific place* in a Word 2003 document *once* regardless of how many times the macro is run. Key words there are "Specific Place" and "Once". I've tried using: ActiveDocument.Bookmarks("ThisBookmark").Range.InlineShapes.AddPicture FileName:="C:\ThisImage.jpg"...

Part and Inventory Search

Back
Top