View Single Post
 
Old 03-16-2015, 05:17 AM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
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

Starting from scratch without VBA knowledge you are going to have a very steep learning curve.

What is required for this task is a userform - http://www.gmayor.com/Userform.htm with list or combo boxes for the selectable items and text boxes for names etc. The input values from that userform are then transferred to the document via bookmarked locations or docvariable fields.

See also http://gregmaxey.com/Create_and_employ_a_UserForm.htm for a more in depth study.

If starting out in Word VBA, the place to begin is to gain an understanding of the use of ranges. See http://gregmaxey.com/word_tip_pages/vba_basics.html which explains the various concepts including ranges.
__________________
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