Hi
I'm looking for a way to insert a picture in the header of a word document, created by the following code:
Does anyone have an idea on how to do this?![]()
Range("A1:G16").Select Selection.Copy Dim a As Object Set a = Nothing Set a = CreateObject("Word.Application") a.Documents.Add a.Selection.Paste Application.CutCopyMode = False a.Visible = True
Thanks in advance.
//Scifo
Bookmarks