+ Reply to Thread
Results 1 to 3 of 3

copy from listbox

  1. #1
    Registered User
    Join Date
    06-29-2007
    Posts
    2

    copy from listbox

    hye..
    i want to check whether the item in the listbox 1 matches the item in listbox 2
    and then list the item in list1 which did not match any item in list 2 into listbox 3
    get it?

    here are my code, but it return error message "argument not optional"

    Please Login or Register  to view this content.
    any help is appreciated.. thanks

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    Here's the error. It wants an index.
    Please Login or Register  to view this content.
    If you are matching against the current selection in ListBox2, you should use
    Please Login or Register  to view this content.
    .

    If you want all items that are in List1 but not in List2 to be added to List3, this should do it.
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    06-29-2007
    Posts
    2

    thanks..

    thank you.. it works..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1