Thread
: [Solved]
Dependent Dropdown Argument Is Way Too Long [Word 365 - VBA]
View Single Post
04-07-2022, 02:55 PM
macropod
Windows 10
Office 2016
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
You could use code like:
Code:
StrOut = "Subchapter 1|" & _ "Subchapter 2|" & _ "Subchapter 3"
Do note that the individual dropdown list entries cannot have more than 255 characters.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod