1. Add Picture in Word 2K to Header with Table
Hi,
I am trying to add a Logo to an Header in an template. Positioning with
.Left and .Right works fine. But not when there is a Table in the Header.
Then Word does not use the RelativeHorizontal(&Vertical)PositionPage
correctly. With an table in the Header, Word will position the Picture
against the upper left corner of the Table. And I am not allowed to remove
the table...
Is there a work-around?
Thanks
PS: i use the following code (i removed the part for the different Header
types and the Section part for your convenience...)
Set myShape = mySection.Headers(wdHeaderFooterPrimary).Shapes.AddPicture( _
FileName:=strLogoFullName)
With myShape
.LockAspectRatio = True
.ZOrder msoSendBehindText
.RelativeHorizontalPosition = wdRelativeHorizontalPositionPage
.RelativeVerticalPosition = wdRelativeHorizontalPositionPage
.Left = CentimetersToPoints(1)
.Top = CentimetersToPoints(1)
.Width = CentimetersToPoints(5)
End with
2. Insert picture into a table in header - MS Word&VBA
3. Need to link topic headers in picture to topic header in word doc
I am trying to figure out how to take a Windows Metafile picture in my word document and link to the corresponding topic header within the same document.
4. picture in a Word header - Word VBA
5. microsoft word 2007 pictures overiding other pictures and word art
I am having a few issues with using word to enter client info for a callcentre. I will enter a required logo at the top of the page, and then through-out the doc I will add a few different images OR insert word art with a title/s. Every so often I will come back to the doc ( maybe 2 or 3 days later) and the picture or title has overrun all the other pictures or titles. I am editing and revamping client notes in a callcentre and save the docs through web filter in order to run through our created software. There is about 300 +/- docs and I am experiencing this problem with about 20-30 docs as of late. Sometimes it will occur after a week or so, I recall once I saved a map of nz on one doc and the next day a client title on a different doc had a squeshed map of nz in its place. - I had to re -enter the title - very time consuming when it happens to all my pictures or titles. Any clues ?
6. Split table and copy a Table Header between both table - Word VBA
7. How do I setup a repeating table header in Word that marks tab
8. Repeating header rows in table using Word 2000 field codes