VBA: How to place dropdown list next to text
I am writing VBA code to build a WORD form that includes several lines.
Each line has text is combined of test and DropDown list. Something like that:
text line 1 (I use TypeText to print it), and DropDown list (created with wdContentControlDropdownList).
I use TypeParagraph to move to the following line.
The problem is that the DropDown list of line 1 is moving down to line 2, when moving to line 2.
How can I keep line 1 with DropDownlist1, line 2 with DropDwnlist2, etc?
|