Results 1 to 20 of 25

Thread: Populate ComboBox with contents of ListBox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    VBAX Contributor
    Joined
    Dec 2009
    Location
    Sevastopol
    Posts
    150
    Location
    Quote Originally Posted by mikerickson
    How about
    Private Sub CommandButton1_Click()
        ComboBox1.List = ListBox1.List
    End Sub
    Hi Mike,
    The same was offered in post #8, but seems that it has not helped - the task was changed a bit
    Vladimir
    Last edited by Aussiebear; 12-20-2024 at 05:06 PM.

Posting Permissions

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