Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / February 2006

Tip: Looking for answers? Try searching our database.

Help with a Table in the footer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
KennyF - 03 Feb 2006 15:57 GMT
I have a number of old documents that have a table in the first page footer
section.  The table is used to track changes to the document and has two rows
and a number of columns.  A new column is added for each revision. How do I
reference the table in the footer section?
Jean-Guy Marcil - 03 Feb 2006 16:28 GMT
KennyF was telling us:
KennyF nous racontait que :

> I have a number of old documents that have a table in the first page
> footer section.  The table is used to track changes to the document
> and has two rows and a number of columns.  A new column is added for
> each revision. How do I reference the table in the footer section?

Assuming a regular footer (Not odd/even or first page footer):

Dim FooterTable As Table

Set FooterTable = ActiveDocument.Sections(1) _
   .Footers(wdHeaderFooterPrimary).Range.Tables(1)

Signature

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org 

KennyF - 03 Feb 2006 18:30 GMT
Thanks,
That's what I needed.
Ken

> KennyF was telling us:
> KennyF nous racontait que :
[quoted text clipped - 10 lines]
> Set FooterTable = ActiveDocument.Sections(1) _
>     .Footers(wdHeaderFooterPrimary).Range.Tables(1)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.