

Set oRng = ActiveDocument.Bookmarks("Client").RangeĪ "Client", oRng Value property to get data from listbox bound column.Ĭlient = Client & ListBox1.Value & vbCr & vbTab Sourcedoc.Close SaveChanges:=wdDoNotSaveChanges List property to populate the listbox with the array data Set myitem = sourcedoc.Tables(1).Cell(m + 2, n + 1).Range 'Set the number of columns in the Listbox 'Get the number of list member attritbutes (i.e., table columns)

'Get the number of list members (i.e., table rows - 1 if header row is used) Set sourcedoc = Documents.Open(FileName:="D:\Data Stores\sourceWord.doc", Visible:=False) 'Modify the following line to point to your list member file and open the document

Microsoft Word MVP Doug Robbins has kindly assisted with the preparation of this page. This Microsoft Word Tips & Microsoft Word Help page demonstrates several methods that you can use to populate a userform listbox (or combobox).
