> Hi Delana,
>
> > Here is what I have that actually works:
> >
> OK, I'm going to interpret everything very literally: you're inserting a picture
> inline with the text - this would mean text won't "flow" around the picture. One
> line of text would align with the bottom of the picture, otherwise the text would
> be above and below. (Or the picture could be in a line all by itself, with text
> above and below). Is this what you want? If yes, if you click the "Right align"
> paragraph button, the picture would move to the right.
>
> If this isn't right, can you explain what commands you use on the result of
> "Macro3" to make it look right?
>
> > Sub Macro3()
> > '
> > ' Macro3 Macro
> > ' Macro recorded 7/20/2006 by Delana Harper
> > '
> >
> >
> > With ActiveDocument.Bookmarks(1)
> >
> > Selection.InlineShapes.AddPicture
> > FileName:="P:\dharper\GovOfficeTemplates\msoffice\signature\jer.jpg",
> > LinkToFile:= _
> > False, SaveWithDocument:=True
> >
> > End With
> >
> > End Sub
> >
> >
> > "Cindy M -WordMVP-" wrote:
> >
> > > Hi =?Utf-8?B?RC5IYXJwZXI=?=,
> > >
> > > > I can get a picture inserted into my document with a macro. But, I need to
> > > > move where this picture places itself in my document. It automatically posts
> > > > centered, and I need it on the right side of my document. I can't do this
> > > > with auto text, I have to do it with a macro button on my toolbar.
> > > >
> > > > Can anyone help with the code for resizing and moving a picture once it is
> > > > inserted in a document?
> > > >
> > > Show us the macro you've got so far, so that we can build on it?
> > >
> > > Also, which version of Word do you have?
> >
>
> Cindy Meister
> INTER-Solutions, Switzerland
>
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
>
http://www.word.mvps.org>
> This reply is posted in the Newsgroup; please post any follow question or reply in
> the newsgroup and not by e-mail :-)
>
>