Re: $$Excel-Macros$$ Format Date In Footer

2011-10-24 Thread Sam Mathai Chacko
Just change the font number in the line below. For example, change 8 to 12, for a font size of 12 Sheets("Report").PageSetup.LeftFooter = Format(Date, """&*8*"" dd, ") Regards, Sam Mathai Chacko (GL) On Mon, Oct 24, 2011 at 2:20 PM, ashish koul wrote: > try something like > > With Ac

Re: $$Excel-Macros$$ Format Date In Footer

2011-10-24 Thread ashish koul
try something like With ActiveSheet.PageSetup .LeftFooter = "&""Arial,Regular""&10" & Format(Date, " dd, ") End With On Mon, Oct 24, 2011 at 2:16 PM, ashish koul wrote: > http://www.cpearson.com/excel/headfoot.htm > > > > On Mon, Oct 24, 2011 at 1:31 PM, Chris D wrote: > >> He

Re: $$Excel-Macros$$ Format Date In Footer

2011-10-24 Thread ashish koul
http://www.cpearson.com/excel/headfoot.htm On Mon, Oct 24, 2011 at 1:31 PM, Chris D wrote: > Hello, > > I use VBA to display the date in the footer, because Excel won't > display the month name if you don't do it in VBA. I use the following > line of code: > > Sheets("Report").PageSetup.LeftF

$$Excel-Macros$$ Format Date In Footer

2011-10-24 Thread Chris D
Hello, I use VBA to display the date in the footer, because Excel won't display the month name if you don't do it in VBA. I use the following line of code: Sheets("Report").PageSetup.LeftFooter = Format(Date, " dd, ") Does anyone know how to change the font size of the date to font size