Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-17-2019, 08:52 PM
Guessed's Avatar
Guessed Guessed is offline Is there a way to export the contents of a Word drop down list? Windows 10 Is there a way to export the contents of a Word drop down list? Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Are you talking about a Content Control? If so, there isn't an easy way that I know of but you could do it with a couple of macros that would take a bit of work to create.

An easier alternative if you aren't scared by xml is to find the relevant part in the document.xml file and edit it there. Looking at the xml to find the entries of a Dropdown Content Control shows that the list entries follow a simple enough pattern
Code:
<w:dropDownList>
<w:listItem w:value="Choose an item."/><w:listItem w:displayText="one" w:value="one"/><w:listItem w:displayText="two" w:value="two"/><w:listItem w:displayText="three" w:value="three"/><w:listItem w:displayText="four" w:value="fourish"/><w:listItem w:displayText="five" w:value="and a bit"/><w:listItem w:displayText="six" w:value="keep testing me"/>
</w:dropDownList>
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
 

Tags
bounding box, export drop down list, word 365



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to export the contents of a Word drop down list? How to import list from Excel into drop-down list into word ahw Word VBA 43 02-28-2020 08:11 PM
Is there a way to export the contents of a Word drop down list? Export Word Drop-Down Content Control to Excel Specific Sheet nolanthomas32 Word VBA 4 09-19-2017 06:25 AM
Drop down list for word doc Ivylodge Word 7 08-09-2017 06:15 AM
Is there a way to export the contents of a Word drop down list? Having a Drop-down list in Word referring to an Excel list celias Word VBA 3 07-11-2016 11:40 PM
Is there a way to export the contents of a Word drop down list? Populating ComboBox or Drop Down list with contents of a text field Billy_McSkintos Word VBA 1 09-13-2011 05:50 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:57 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft