PC Review


Reply
Thread Tools Rate Thread

Displaying file name and path in footer

 
 
=?Utf-8?B?UmljayBEdWxleQ==?=
Guest
Posts: n/a
 
      30th Oct 2007
Thanks Graham

We aren't there yet.

I inserted the 'Page X of Y' field from 'Building Blocks Organizer', not
manually as you suggest. My original query was (and is) how to get the
filename and path in a similar fashion.

I did try the manual insertion of {Filename \p} into my template but that
just inserts 'Document 2' into the footer of a document created from the
template. Not even a path.

Do you, does anyone, have any further suggestions?

All assistance appreciated
--
Rick Duley
Perth,
Western Australia 6006 .-_|\
http://www.freewebs.com/rickduley/ / \
aussie : 0409 106 049 perth *_.-._/
o''''seas : +61 409 106 049 v
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QWVuZWFz?=
Guest
Posts: n/a
 
      30th Oct 2007
Save the file first; then issue the Print Preview command (Office Button,
Print, Print Preview, Close Print Preview to update the FILENAME field with
the \p switch. You may wish to add the Print Preview button to your template
(not the to the default Word.qat) so all your users will have it readily
available.

"Rick Duley" wrote:

> Thanks Graham
>
> We aren't there yet.
>
> I inserted the 'Page X of Y' field from 'Building Blocks Organizer', not
> manually as you suggest. My original query was (and is) how to get the
> filename and path in a similar fashion.
>
> I did try the manual insertion of {Filename \p} into my template but that
> just inserts 'Document 2' into the footer of a document created from the
> template. Not even a path.
>
> Do you, does anyone, have any further suggestions?
>
> All assistance appreciated
> --
> Rick Duley
> Perth,
> Western Australia 6006 .-_|\
> http://www.freewebs.com/rickduley/ / \
> aussie : 0409 106 049 perth *_.-._/
> o''''seas : +61 409 106 049 v

 
Reply With Quote
 
=?Utf-8?B?QWVuZWFz?=
Guest
Posts: n/a
 
      30th Oct 2007
Alternatively, you can insert the following Microsoft-supplied macro in the
template so that every time the document is opened (excluding when it is
initially created) all fields in all stories in the document are updated:

Sub AutoOpen()
'
' AutoOpen Macro
' Macro created date by username
'

Dim aStory As Range
Dim aField As Field

For Each aStory In ActiveDocument.StoryRanges

For Each aField In aStory.Fields
aField.Update
Next aField

Next aStory

End Sub

Re inserting macros, see http://www.gmayor.com/installing_macro.htm
"Rick Duley" wrote:

> Thanks Graham
>
> We aren't there yet.
>
> I inserted the 'Page X of Y' field from 'Building Blocks Organizer', not
> manually as you suggest. My original query was (and is) how to get the
> filename and path in a similar fashion.
>
> I did try the manual insertion of {Filename \p} into my template but that
> just inserts 'Document 2' into the footer of a document created from the
> template. Not even a path.
>
> Do you, does anyone, have any further suggestions?
>
> All assistance appreciated
> --
> Rick Duley
> Perth,
> Western Australia 6006 .-_|\
> http://www.freewebs.com/rickduley/ / \
> aussie : 0409 106 049 perth *_.-._/
> o''''seas : +61 409 106 049 v

 
Reply With Quote
 
=?Utf-8?B?V2VuZHk=?=
Guest
Posts: n/a
 
      30th Oct 2007
Hi Rick, While in the footer, make sure the Header/Footer toolbar is visible,
select the Insert Auto Text drop down arrow and make your selection.
"Rick Duley" wrote:

> Thanks Graham
>
> We aren't there yet.
>
> I inserted the 'Page X of Y' field from 'Building Blocks Organizer', not
> manually as you suggest. My original query was (and is) how to get the
> filename and path in a similar fashion.
>
> I did try the manual insertion of {Filename \p} into my template but that
> just inserts 'Document 2' into the footer of a document created from the
> template. Not even a path.
>
> Do you, does anyone, have any further suggestions?
>
> All assistance appreciated
> --
> Rick Duley
> Perth,
> Western Australia 6006 .-_|\
> http://www.freewebs.com/rickduley/ / \
> aussie : 0409 106 049 perth *_.-._/
> o''''seas : +61 409 106 049 v

 
Reply With Quote
 
=?Utf-8?B?UmljayBEdWxleQ==?=
Guest
Posts: n/a
 
      31st Oct 2007
Thanks folks
--
Rick Duley
Perth,
Western Australia 6006 .-_|\
http://www.freewebs.com/rickduley/ / \
aussie : 0409 106 049 perth *_.-._/
o''''seas : +61 409 106 049 v


"Wendy" wrote:

> Hi Rick, While in the footer, make sure the Header/Footer toolbar is visible,
> select the Insert Auto Text drop down arrow and make your selection.
> "Rick Duley" wrote:
>
> > Thanks Graham
> >
> > We aren't there yet.
> >
> > I inserted the 'Page X of Y' field from 'Building Blocks Organizer', not
> > manually as you suggest. My original query was (and is) how to get the
> > filename and path in a similar fashion.
> >
> > I did try the manual insertion of {Filename \p} into my template but that
> > just inserts 'Document 2' into the footer of a document created from the
> > template. Not even a path.
> >
> > Do you, does anyone, have any further suggestions?
> >
> > All assistance appreciated
> > --
> > Rick Duley
> > Perth,
> > Western Australia 6006 .-_|\
> > http://www.freewebs.com/rickduley/ / \
> > aussie : 0409 106 049 perth *_.-._/
> > o''''seas : +61 409 106 049 v

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying file name and path in footer =?Utf-8?B?UmljayBEdWxleQ==?= Microsoft Word Document Management 1 26th Oct 2007 06:21 AM
Re: add a file path to the footer bluestar9cn@msn.com Microsoft Powerpoint 1 18th Jan 2007 10:21 AM
Re: add a file path to the footer Echo S Microsoft Powerpoint 0 18th Jan 2007 03:21 AM
Path & File name in the Footer =?Utf-8?B?UGF1bA==?= Microsoft Powerpoint 1 8th Jun 2005 10:50 AM
File path in footer Eric Microsoft Excel Misc 3 14th Jan 2004 12:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 AM.