View Single Post
  #18   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Barry S.
 
Posts: n/a
Default Large Graphic "Mail Merge"

On Sat, 03 Dec 2005 21:05:53 -0700, Barry S.
wrote:

On 28 Nov 2005 09:15:00 -0800, "jay m" wrote:

It seems to just come in as default when linked.
You format the pic for desired size, but it seems to revert when you
change the source or update it.


That sounds like what is happening.


Decided to record some macros tonight to see what I had..

Sub Macro1()
'
' Macro1 Macro
'
InlineShapes.AddPicture FileName:= _
"C:\test\test.JPG", LinkToFile:=True _
, SaveWithDocument:=True
End Sub

All desired formatting was retained.. Is there a way to type the VBA
directly into a table cell?

__________________
Note: To reply, replace the word 'spam' embedded in return address with 'mail'.