Thread
: [Solved]
Another Question About Sequential Numbering
View Single Post
03-17-2020, 09:41 PM
gmayor
Windows 10
Office 2016
Expert
Join Date: Aug 2014
Posts: 4,137
Given that worked for you, note that you can turn it off from your code and turn it back on again after it has finished e.g.
Code:
Options.PrintBackground = False 'your code here Options.PrintBackground = True
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor