![]() |
#17
|
||||
|
||||
![]()
You don't need:
Code:
Dim oSec As Section Dim oHeaderFooter As HeaderFooter Code:
Const wdAlignTabRight As Long = 2 Dim oLogo As Object '…. With .Sections.First.Footers(wdHeaderFooterPrimary).Range.Paragraphs(1).Range .Text = "Footer Note" & vbTab .Paragraphs(1).TabStops.Add wdApp.InchesToPoints(7.5), wdAlignTabRight Set oLogo = .InlineShapes.AddPicture("C:\FORMS\1-Seal.jpg", False, True, .Characters.Last) With oLogo .Height = 75 .Width = 100 End With End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
jbengal | Word | 5 | 11-23-2022 02:17 PM |
![]() |
OkiDoki | Word | 4 | 09-30-2016 11:41 AM |
![]() |
sheaters | Word | 2 | 05-04-2016 01:57 PM |
How to create a special TOC in word document? | gn4619 | Word VBA | 5 | 04-29-2015 04:25 PM |
How to identify whether Word 2007 was used to create a document saved as Word 2003 | noviceatwork | Word | 0 | 03-08-2012 06:40 AM |