View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Epoh Rio[_2_] Epoh Rio[_2_] is offline
external usenet poster
 
Posts: 5
Default Programatically set up footer

Never mind:

This works.

Sub UpdateFooter()
ActiveSheet.PageSetup.Leftfooter = Range("A1").Value
End Sub

http://support.microsoft.com/kb/273028