Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-21-2018, 04:10 PM
gostgost gostgost is offline Continuous Numbering Windows 7 32bit Continuous Numbering Office 2016
Novice
Continuous Numbering
 
Join Date: Jan 2018
Posts: 3
gostgost is on a distinguished road
Default Continuous Numbering


Hello,

I am using the below macro (borrowed) on a document that I have, when I try and run the macro on my document (word 2016) it does nothing. Please help.
Thanks, Dave

Code:
Sub FilePrint()
Dim lStart As Long, lEnd As Long, i As Long
On Error GoTo ErrHandler
With ActiveDocument
  lStart = CInt(InputBox("What is the first Report to print?", _
    "Print Report From", .CustomDocumentProperties("Counter").Value + 1))
  lEnd = CInt(InputBox("What is the last Report to print?", _
    "Print Report To", lStart))
  If lStart = 0 Or lStart > lEnd Then GoTo ErrHandler
  For i = lStart To lEnd
    .CustomDocumentProperties("Counter").Value = i
    .Fields.Update
    If i = lStart Then
      With Application.Dialogs(wdDialogFilePrint)
        If .Show = 0 Then GoTo ErrHandler
      End With
    End If
    If i > lStart Then ActiveDocument.PrintOut
  Next
End With
ErrHandler:
End Sub

Last edited by macropod; 01-23-2018 at 11:01 AM. Reason: Added code tags
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does Word indexing change section page numbering to "continuous"? kaspencer Word 6 07-02-2015 02:24 PM
Continuous Numbering begin each section with page 1 in header PLUS continuous page numbering in footer onemorecupofcoffee Word 18 09-04-2013 04:31 PM
Continuous Numbering Section Break Continuous: doesn't affect the format of the page numbering Jamal NUMAN Word 2 06-22-2011 04:46 PM
Continuous page numbering in a merged document dkeinath Mail Merge 0 07-30-2010 09:30 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:52 PM.


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