![]() |
#12
|
||||
|
||||
![]()
Try:
Code:
Private Sub Document_ContentControlOnEnter(ByVal CCtrl As ContentControl) Application.ScreenUpdating = False Dim strFolder As String, strFile As String With CCtrl .DropdownListEntries.Clear .Type = wdContentControlText .Range.Text = "" .Type = wdContentControlDropdownList Select Case .Tag Case "List1": strFolder = ActiveDocument.Path & "\list1\" Case "List2": strFolder = ActiveDocument.Path & "\list2\" Case "List3": strFolder = ActiveDocument.Path & "\list3\" End Select strFile = Dir(strFolder & "*.doc", vbNormal) While strFile <> "" .DropdownListEntries.Add strFile strFile = Dir() Wend End With Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
drop-down list |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drop down box list based on response to another drop down box | Phideaux | Excel | 16 | 04-13-2018 03:07 AM |
Document with drop down field for attorney. How to fill in the address etc in other fields. | ElfegoBaca | Word | 3 | 09-27-2017 09:00 AM |
![]() |
snips1982 | Word | 2 | 03-22-2017 03:37 AM |
Fill - White, Drop Shadow formatting in PP 2013 | dave3point0 | PowerPoint | 2 | 12-28-2015 04:23 PM |
Populate Word Drop-down list with Excel column then auto fill form fields with Excel data | Faldinio | Word VBA | 7 | 10-19-2014 06:03 AM |