i want to save the image together with excel file. Like this, this is my code converting vb report to word:
ActiveDocument.Shapes.AddPicture FileName:="" & App.Path & "\logo1.jpg", Left:=140, Top:=0, SaveWithDocument:=True
Is there an option on excel like "SaveWithDocument:=True"