View Single Post
  #8   Report Post  
Posted to microsoft.public.word.docmanagement,microsoft.public.word.vba.general,microsoft.public.access
Dale Fye Dale Fye is offline
external usenet poster
 
Posts: 9
Default Add footer to Word doc via Access vba (Word 2007)

doug,

Unfortunately, my user doesn't want me to deploy a template with the
application, so I'm having to create this from scratch, although the idea of
creating a document template from the application the first time it is run
seems like a reasonable idea. Then I could use that template in the future.

Thanks for the idea.

Dale

"Doug Robbins - Word MVP" wrote in message
...
It might be better to create a template in Word that contains the footer
information that you require and then have your Access code create a new
document from that template using the Documents.Add("TemplateName")
command

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"Dale Fye" wrote in message
...
I'm trying to add a custom footer to a Word doc that I am creating via
Access
vba.

So far, the rest of the application is working great, but now I need to
print a footer with page numbers and date/time at the bottom of each
page. I
didn't find any templates that do that when I tried to record a Word
macro.

Any ideas would be great.

----
Dale