R
roccogrand
I would like to create a macro that inserts images into Outlook messages.
The following statement works in Word 2007 but not in Outlook 2007.
Selection.InlineShapes.AddPicture FileName:= _
"C:\Users\ac360.jpg", LinkToFile:=False, _
SaveWithDocument:=True
Would someone please provide me with the statement to insert jpg and gif
images stored on my hard drive. The statement will be associated with a
custom button on Outlook.
Thanks.
David
The following statement works in Word 2007 but not in Outlook 2007.
Selection.InlineShapes.AddPicture FileName:= _
"C:\Users\ac360.jpg", LinkToFile:=False, _
SaveWithDocument:=True
Would someone please provide me with the statement to insert jpg and gif
images stored on my hard drive. The statement will be associated with a
custom button on Outlook.
Thanks.
David