Results 1 to 8 of 8

print every 44 lines (including blank lines) per page

Threaded View

  1. #1
    Valued Forum Contributor marreco's Avatar
    Join Date
    07-02-2011
    Location
    Brazil
    MS-Off Ver
    Excel 2010
    Posts
    1,862

    print every 44 lines (including blank lines) per page

    Hi.

    I'm trying to print every 44 lines (including blank lines) per page.

    Sub TryPrint()
    ' I need print 44 rows per page
    For i = 1 To 19766 Step 44
        ActiveSheet.HPageBreaks.Add Before:=Cells(i + 1, 1)
    Next
    End Sub
    Thank you!!!
    Attached Files Attached Files
    "No xadrez nem sempre a menor dist?ncia entre dois pontos ? uma linha reta" G. Kasparov.

    If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select b from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Insert blank lines to make the total number of lines 67
    By raghuprabhu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-29-2012, 07:34 AM
  2. Replies: 0
    Last Post: 02-09-2012, 11:53 AM
  3. How do I print an excel spreadsheet including the matrix lines?
    By Lexus in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-22-2005, 11:05 PM
  4. how do I print a page with only grid lines showing
    By Ms. P. in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  5. how do I print a page with only grid lines showing
    By Paul0 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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