
08-08-2017, 03:29 AM
|
Novice
|
|
Join Date: Jan 2016
Posts: 18
|
|
Quote:
Originally Posted by macropod
It worked when I tried it before posting, but when I re-tried it just now, it didn't. Another way would be:
Code:
With ActiveDocument.ContentControls(2)
.Type = wdContentControlText
.Range.Text = ""
.Type = wdContentControlDropdownList
End With
|
This works, thanks!
|