View Single Post
 
Old 06-06-2018, 12:53 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,137
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

The web page I referred also shows how to insert a number from a text file. As long as the users have access to that file location, you can use that code to insert the numbers.


The issue here is whether you are planning to store a running number that applies to all, or whether you want a numbered print run - which latter option the add-in will do.


If the former, then you are going to have to store the incrementing number somewhere that everyone can access. The add-in as Andrew indicates stores the number in the add-in itself, so applies only to who has access to that add-in.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote