Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.excel.programming > #110549

Re: footer character limit issue in Excel

From GS <gs@v.invalid>
Newsgroups microsoft.public.excel.programming
Subject Re: footer character limit issue in Excel
Date 2018-04-03 14:46 -0400
Organization A noiseless patient Spider
Message-ID <pa0i75$gm2$1@dont-email.me> (permalink)
References <83c6146b-086f-4a6b-b78f-56b192ab793d@googlegroups.com> <04cfb1f6-6c61-4d21-8b78-86d6726ea6c6@googlegroups.com> <p9vulq$8pb$1@dont-email.me> <8bbcd552-54d9-4702-ba8e-b74c7a25d5d2@googlegroups.com> <pa0hot$dlo$1@dont-email.me>

Show all headers | View raw


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

Back to microsoft.public.excel.programming | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

footer character limit issue in Excel c1802362@gmail.com - 2018-04-02 07:31 -0700
  Re: footer character limit issue in Excel c1802362@gmail.com - 2018-04-02 07:33 -0700
    Re: footer character limit issue in Excel GS <gs@v.invalid> - 2018-04-02 19:42 -0400
  Re: footer character limit issue in Excel c1802362@gmail.com - 2018-04-03 05:46 -0700
    Re: footer character limit issue in Excel Claus Busch <claus_busch@t-online.de> - 2018-04-03 15:13 +0200
      Re: footer character limit issue in Excel c1802362@gmail.com - 2018-04-03 09:46 -0700
        Re: footer character limit issue in Excel Claus Busch <claus_busch@t-online.de> - 2018-04-03 18:56 +0200
        Re: footer character limit issue in Excel GS <gs@v.invalid> - 2018-04-03 14:39 -0400
          Re: footer character limit issue in Excel GS <gs@v.invalid> - 2018-04-03 14:46 -0400
            Re: footer character limit issue in Excel c1802362@gmail.com - 2018-04-04 07:59 -0700
              Re: footer character limit issue in Excel GS <gs@v.invalid> - 2018-04-04 11:02 -0400

csiph-web