Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ll4u76

  1. ll4u76

    Numbers don't merge right in Word 2010

    Thanks Skip
  2. ll4u76

    Numbers don't merge right in Word 2010

    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...
  3. ll4u76

    Multiple line list of values for a Combobox.

    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" & _...
  4. ll4u76

    Multiple line list of values for a Combobox.

    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...

Part and Inventory Search

Back
Top