Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-01-2017, 07:00 AM
required_username required_username is offline Setting one page break per row Windows 8 Setting one page break per row Office 2010 32bit
Novice
Setting one page break per row
 
Join Date: May 2013
Posts: 28
required_username is on a distinguished road
Default Setting one page break per row

This should be easy but I can't find the answer. I want to have one record (one row) on a page. I can't find how to do this.



W8 / Excel 10
Reply With Quote
  #2  
Old 02-03-2017, 08:04 PM
jolivanes jolivanes is offline Setting one page break per row Windows XP Setting one page break per row Office 2007
Advanced Beginner
 
Join Date: Sep 2011
Posts: 91
jolivanes will become famous soon enough
Default

Try this. Change references as required.
Code:
Sub Set_Page_Breaks_Every_Row()
Dim c As Range
For Each c In Range("A2:A" & Cells(Rows.Count, 1).End(xlUp).Row + 1)
    c.PageBreak = xlPageBreakManual
Next c
End Sub
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Break is adding Blank Page when Break occurs JoannL54 Word 3 07-01-2016 05:58 AM
Setting one page break per row How to add page numbering after next page break with landscape and portrait Jashley1 Word 2 11-25-2014 10:36 PM
Setting one page break per row Removing space before blank page / page break greasel Word 5 10-17-2014 07:04 PM
Setting one page break per row First section will not 'insert' blank page even though sectn 2 is 'odd' page break Pat_Hodgson Word 6 12-01-2013 04:22 PM
Setting one page break per row Section Break (Next Page) replaces Section Break (Continuous) when deleted Carlabasson Word 2 03-25-2013 10:13 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:12 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft