Adding a path to the footnote in an excel worksheet

Teezmanian
07-23-2003, 05:28 PM
Can someone help me, i realise they may seem stupid or trivial to whoever knows the answer, but truth is i am stomped... I have been looking for a way to add, within the footnote of an excel worksheet the path as well as the file name of the said document... ( as can be done in word ) I simply have not found the option to do so.. is it even possible to do?

Wamphyri
07-24-2003, 07:39 AM
Do you mean a footer rather than a footnote? Excel to my knowledge doesn't have footnotes.
If you meant a footer use:

With ActiveSheet.PageSetup
.LeftFooter = "One"
.CenterFooter = "of"
.RightFooter = "these"
End With

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum