J
Johnny Bright
Hi there!
I need to copy a linked image to the clipboard to be pasted into word. The
image on my form is based on a text box which contains the path to the image.
The image on my form is called ImageFrame and the path is in a text box
called Pic. When I click on the image, the copy command is not enabled on
the edit menu so of course the following won't work:
Private Sub ImageFrame_Click()
' Me.ImageFrame.PictureType = 0 this changes the image to an embedded
image
' DoCmd.RunCommand acCmdCopy
End Sub
If it's not possible to copy the image from my form, how easy/difficult is
it to programmatically open word and insert an image based on the path in my
form.
Thanks for all your help!
I need to copy a linked image to the clipboard to be pasted into word. The
image on my form is based on a text box which contains the path to the image.
The image on my form is called ImageFrame and the path is in a text box
called Pic. When I click on the image, the copy command is not enabled on
the edit menu so of course the following won't work:
Private Sub ImageFrame_Click()
' Me.ImageFrame.PictureType = 0 this changes the image to an embedded
image
' DoCmd.RunCommand acCmdCopy
End Sub
If it's not possible to copy the image from my form, how easy/difficult is
it to programmatically open word and insert an image based on the path in my
form.
Thanks for all your help!