View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default footer character limit issue in Excel

Here's my code...

Sub SetFooter()
With ActiveSheet.PageSetup
.RightFooter = "&D"
.CenterFooter = "This string length is exactly 48 characters long" & vbLf _
& "The second line string length is much longer at 70 text characters long"
End With
End Sub

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion