View Single Post
 
Old 08-11-2013, 01:48 PM
YigalB YigalB is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jul 2013
Posts: 3
YigalB is on a distinguished road
Default 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?
Reply With Quote