View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
debartsa debartsa is offline
external usenet poster
 
Posts: 18
Default Custom Footer using ThisWorkbook.Path?

Hi Everybody,

I'm looking to create a custom Footer for an existing Excel 97 document.
Within the custom footer I'd like to dynamically include the application
path and file name of the excel document.

Would this be done using calls to the Excel Object model namely the
following command:

ThisWorkbook.Path

If so, exactly what would be the syntax used to embed the code within the
custom footer frame?

Thanks for any help!
Sam
(Newbie)