Macro to format footer/header
Posted by Gideon on October 27, 2000 5:27 AM
I want to create a macro that I'll assign to a toobar button. It will look something like
Sub UpdateFooter()
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
End Sub
I want to change the font to 8 point size or somewhere there. How can I add that feature? I tried working according to the help file by adding "&08", but the macro then gives an error. Help!