PDA

View Full Version : Footer in Excel VBA


Saint Kepler
01-17-2005, 03:41 PM
Is there a limit to the number of characters that can be in a footer? I am trying in insert a footer into VBA code and it gives me a footer error message (the footer will be three lines of text).

NoName
01-17-2005, 03:46 PM
255 characters on Excel 2000 (paste in a long footer to get the error message for yourself).

Saint Kepler
01-17-2005, 04:00 PM
Thanks. That is the problem.