Results 1 to 3 of 3

Thread: List Boxes

  1. #1

    Thread Starter
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674
    I need a command button that will clear all items(numbers) out of two different list boxes.

    I appreciate any help!!

    JO

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Try using the Clear method.
    Code:
    Private Sub MyCommandButton_Click()
        Call MyFirstListBox.Clear
        Call MySecondListBox.Clear
    End Sub

  3. #3

    Thread Starter
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674
    Perfect! Thanks, Yonatan

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