S
Steve
I am using a macro that inserts a picture in a table cell
using:
Selection.InlineShapes.AddPicture Filename:=variable_name,
LinkToFile:=False, SaveWithDocument:=True
If I do a File->New from Word and create a document based on
this template it works great. However, if I save the created
document and reopen it, things don't work right. If I run the
macro now, instead of a picture being inserted I just see the
outline of a box where the picture should be.
Can anyone help me with this?
Thanks,
Steve
using:
Selection.InlineShapes.AddPicture Filename:=variable_name,
LinkToFile:=False, SaveWithDocument:=True
If I do a File->New from Word and create a document based on
this template it works great. However, if I save the created
document and reopen it, things don't work right. If I run the
macro now, instead of a picture being inserted I just see the
outline of a box where the picture should be.
Can anyone help me with this?
Thanks,
Steve