Results 1 to 3 of 3

Running v Stepping results

Threaded View

  1. #1
    Registered User
    Join Date
    11-09-2010
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Running v Stepping results

    I wrote the following sub to place a standard footer in my excel sheets. When I run the sub I do not get what I want. Yet, if I step thru the sub I get exactly what I want. Any idea why I get a different result from running a sub versus stepping thru it?

    Sub StandardFooter()
    '
    '
        Application.PrintCommunication = False
        With ActiveSheet.PageSetup
            .LeftFooter = "&a" & Chr(10) & "&f"
            .CenterFooter = "&P" & " of " & "&N"
            .RightFooter = "&T" & Chr(10) & "&D"
        End With
        Application.PrintCommunication = True
    End Sub
    Thanks,
    Last edited by jmills1492; 11-09-2010 at 12:34 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1