

I have created a Word doc which contains many "variables" such as addresses, various dates and times and a travel itinerary for several days with changing text parts.
For data storage I could use an Excel workbook "mydata.xls", that contains several tables, such as "Addresses", "Dates" etc.
Each row would have several Data Fields.
I wanted to use the first column of each table as an unique Key = identifying title for that variable so user could select the right one from a selection field in the macro while in Word.
My idea the user is presented several user forms, one after the other, which show the user a selection field in which each row contains the identifying title for that specific data. After user made his choice, the macro returns the information from the respective Excel table.
With addresses the macro returns and inserts let's say 4 lines of address data (company_name, street, zip_city, email_address)
With other data for example just one line, that is built from 3 data fields of one selected row (title_employee,fname,lname)



Tony