Results 1 to 2 of 2

Thread: Excel FOoter codes

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    19

    Excel FOoter codes

    Hi,
    I got a looping program to work that essentially loops through the files in a directory and changes the footers etc...The only problem i am having is encoding the footer... eg i have to put filename and path in the center. so I write
    .CenterFooter = "&[File]&[Path]" but it perceives it to be text, however If
    .CenterFooter = "&F" It puts its true filename without the path...
    any suggestions?

  2. #2
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Re: Excel FOoter codes

    Too easy ... just record a macro to do what you want and then look at it in the VBA window: .CenterFooter = "&Z&F"
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width