C
Craig Senior
New to macros and forms and feeling stupid by
documentation that doesn't seem to explain things in a way
that I can understand.
All I want to do is create a ListBox in a form for a Word
macro and load the value of the selection into a
DocProperty. I found procedures for loading it from the
user interface or from Excel spreadsheets.
Is there a way to define a list box with the list defined
as a property of the ListBox control like how Excel lets
you create a pick list from a names range or explicitly
=item1,item2,item3...
Example.
I'd like to create a listbox called "Status", which can
have two values: "Draft" and "Final". The default value
is "Draft". The result, either default of selection is
written to a custom DocProperty called "Status".
documentation that doesn't seem to explain things in a way
that I can understand.
All I want to do is create a ListBox in a form for a Word
macro and load the value of the selection into a
DocProperty. I found procedures for loading it from the
user interface or from Excel spreadsheets.
Is there a way to define a list box with the list defined
as a property of the ListBox control like how Excel lets
you create a pick list from a names range or explicitly
=item1,item2,item3...
Example.
I'd like to create a listbox called "Status", which can
have two values: "Draft" and "Final". The default value
is "Draft". The result, either default of selection is
written to a custom DocProperty called "Status".