I have my mail merge data coming from an excel speadsheet. When I merge the data, my number values do not come across formatted correctly. In Excel, they have the format structure "$111,111.00" but in Word the same number comes across as 111111.
I have tried DDE but still brings the numbers...
This has gotten rid of the errors. Now my combobox4 does not pick up the data items.
I have 7 comboboxes listed as:
Private Sub Document_Open()
Me.ComboBox1.List = Split("Select")
Me.ComboBox2.List = Split("Select")
Me.ComboBox3.List = Split("Select")
strCB = "Select|itme 1|item 2|item 3" & _...
I have a long list of values to add to my combobox. I had to break the list down into a couple of lines. I have typed the code a couple of different ways but keep getting Complie errors. Here are some examples:
Me.ComboBox1.List=Split("item 1|item 2|item 3|item 4|item 5|" & _
item 6|item 7|item...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.