![]() |
#1
|
|||
|
|||
![]()
Hi,
In the form I have are several dropdown boxes. I would like to extract the list that is contained in this dropdown list as we are transferring the data from a word document form to a SharePoint infopath form Is this possible and if so how? Greatly appreciated. Thanks ![]() |
#2
|
|||
|
|||
![]()
Use an adaptation of the following
Dim i As Long With Selection.Range.ContentControls(1) For i = 2 To .DropdownListEntries.count MsgBox .DropdownListEntries(i) Next i End With DropdownListEntries(1) will return the place holder text, hence use For i = 2 to |
![]() |
Tags |
export content data |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Add custom doc properties in "Doc properties control" | eazysnatch | Word | 2 | 09-13-2017 08:08 PM |
![]() |
shammi_raj | Word | 3 | 03-30-2016 07:01 PM |
![]() |
DougsGraphics | Word VBA | 2 | 06-24-2015 07:31 AM |
Properties for data entry control on Form help | EricMannzi | Word VBA | 10 | 02-24-2015 09:48 AM |
![]() |
BrainSlugs83 | Word Tables | 8 | 11-14-2013 03:06 AM |