hi, i have an application that has the filepaths stored in an access db. what i am having difficulty with is to send a picture to an existing .doc file containing text, which i then want to print. :omg: thanx licec
hi, i have an application that has the filepaths stored in an access db. what i am having difficulty with is to send a picture to an existing .doc file containing text, which i then want to print. :omg: thanx licec
save the image temporary to the win-tmp dir an include it then with the inlineshape-object myobject.Select Selection.InlineShapes.AddPicture filename:=filename, LinkToFile:=False, SaveWithDocument:=True