![]() |
|
#1
|
||||
|
||||
![]() Hi Samantha, OK, maybe trying to build the logic into the documents themselves isn't going to work. Here's a macro you can try instead. Add it to Word's 'Normal' template and it'll be available to run on any document. Code:
Sub Mod4Pages() With ActiveDocument While .Range.ComputeStatistics(wdStatisticPages) Mod 4 <> 0 .Range.InsertAfter Chr(12) Wend End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro to Insert Text Into Cells Having Multiple Lines | revans611 | Excel Programming | 4 | 10-24-2011 10:15 AM |
VBA: Recording a macro to insert a PIVOT table | e093223 | Excel Programming | 0 | 10-09-2011 01:55 AM |
Powerpoint Macro To Insert Objects Sample | lahuva | PowerPoint | 0 | 07-06-2011 10:51 AM |
Insert Page Error | nmbrown | Word | 1 | 10-28-2010 10:33 AM |
![]() |
rfhall50 | Word VBA | 2 | 10-25-2010 12:41 PM |