D
DrEvil
Good day,
I'm trying to modify this vba code;
ActiveDocument.InlineShapes.AddPicture
"C:\AAOForms\signatures\amko.jpg",
LinkToFile:=False, SaveWithDocument:=True,
Range:=ActiveDocument.Bookmarks("Picture").Range
so that instead of using images from hard drive I can use images that are
saved as an OLE fields in my table. I also select and display one of the many
OLE images (signatures)on the form that uses the code above.
I was using this;
DoCmd.GoToControl "pic"
DoCmd.RunCommand acCmdCopy
..ActiveDocument.Bookmarks("picture").Select
..Selection.Paste
in office 97 but for some reason it doesn't not work in office 2003.
Thanks
Amir
I'm trying to modify this vba code;
ActiveDocument.InlineShapes.AddPicture
"C:\AAOForms\signatures\amko.jpg",
LinkToFile:=False, SaveWithDocument:=True,
Range:=ActiveDocument.Bookmarks("Picture").Range
so that instead of using images from hard drive I can use images that are
saved as an OLE fields in my table. I also select and display one of the many
OLE images (signatures)on the form that uses the code above.
I was using this;
DoCmd.GoToControl "pic"
DoCmd.RunCommand acCmdCopy
..ActiveDocument.Bookmarks("picture").Select
..Selection.Paste
in office 97 but for some reason it doesn't not work in office 2003.
Thanks
Amir