View Single Post
 
Old 07-06-2017, 05:48 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,138
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 attached template will do that. Open it and change the path and the default filename as required currently

Code:
    strPath = Environ("USERPROFILE") & Chr(92) & "Documents\"
    strName = "MyForm_"
and put your form where the fixed text is (leaving the ID field). The ID is incremented each time you create a new document from the template from the number in the ID field.

Create a new document from the template for each new form.

Click the button on the ribbon to save and print the document.

You will need the CustomUI Editor to change the ribbon labels. http://gregmaxey.mvps.org/word_tip_p...bbon_main.html
Attached Files
File Type: dotm MyForm.dotm (38.2 KB, 19 views)
__________________
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