N
news.Microsoft.com
Hi,
We are building a function that will generate and return an image.
I am able to insert an image that has been saved to a Disk file using:
ActiveDocument.Shapes.AddPicture "C:\PicTest.tif"
My question is how to insert the generated image into an existing document
without first saving it out to a file?
Thanks!
Bryan
We are building a function that will generate and return an image.
I am able to insert an image that has been saved to a Disk file using:
ActiveDocument.Shapes.AddPicture "C:\PicTest.tif"
My question is how to insert the generated image into an existing document
without first saving it out to a file?
Thanks!
Bryan