Results 1 to 3 of 3

Thread: Printing Combo Boxes

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Atlanta, GA
    Posts
    2
    How do you print out the text from a combo box without printing the box itself?

    Thanks,
    Seth

  2. #2
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    Just use the Text property of the combo box. For example, to display the contents of the text portion of the combo box in a message box, you can use:

    Msgbox Combo1.Text

    Is that what you're looking for? If not, re-post and we'll try again.
    "It's cold gin time again ..."

    Check out my website here.

  3. #3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width