Zitat von
glkgereon:
supi...wird soofort getestet...
was heisst das false, True bei AddPicture?
Schau mal in der VBA Hilfe nach.
Zitat:
expression.AddPicture(FileName, LinkToFile, SaveWithDocument, Range)
FileName Required String. The path and file name of the picture.
LinkToFile Optional Variant. True to link the picture to the file from which it was created. False to make the picture an independent copy of the file. The default value is False.
SaveWithDocument Optional Variant. True to save the linked picture with the document. The default value is False.
Range Optional Variant. The location where the picture will be placed in the text. If the range isn't collapsed, the picture replaces the range; otherwise, the picture is inserted. If this argument is omitted, the picture is placed automatically.