Thread
:
Programatically set up footer
View Single Post
#
2
Posted to microsoft.public.excel.programming
Epoh Rio[_2_]
external usenet poster
Posts: 5
Programatically set up footer
Never mind:
This works.
Sub UpdateFooter()
ActiveSheet.PageSetup.Leftfooter = Range("A1").Value
End Sub
http://support.microsoft.com/kb/273028
Reply With Quote
Epoh Rio[_2_]
View Public Profile
Find all posts by Epoh Rio[_2_]