View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default How do I customise footer in Word 2003

Hi Snuggles,

You can do this with a FILENAME field, which defaultss to showing just the filname (& extension) or, with the addition of the \p
switch, shows the path as well.

If your document is already showing the filename & path, then you probably have the variant with the \p switch. If you position the
cursor anywhere in the current field and press Shift-F9, the field code should display as {FILENAME \p}. If you delete the \p and
press F9, the path will be deleted from the display.

--
Cheers
macropod
[MVP - Microsoft Word]


"Snuggles" wrote in message ...
I want to customise my automatic footer.. ie. I dont need pathname completely
to show ... C:/documents/etc/etc/etc ... I only want the client name/matter
name/ document name to show ? Can I do this?