Consulting

Results 1 to 2 of 2

Thread: Compare the selected item of a listbox with a table

  1. #1

    Compare the selected item of a listbox with a table

    Greetings direct and to the point. There is a way to compare the selected item from a listbox with a Table(ListObjects) so that if there is a match between the selected item and the table, I add the criteria and the row in the table is not duplicated. I have no idea about the syntax what should i use......

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    ListBox.List = Table.Range("A:A").Value
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

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