Results 1 to 6 of 6

Thread: listbox populated with Vlookup from multiple worksheet

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,521
    Rep Power
    10
    Hi jay6939
    Welcome to ExcelFox
    Sorry you’ve got no reply. There are not so many helpers looking in just now at excelfox so it may be a while before someone with UserFrom experience passes by. I don’t have much experience with UserForms, but I did try to have a quick look.
    But there seems to ba a problem with the link to your file, both here and at mrexcel.com. It appears to go to a log-in page, or similar, and there are no indications of a share link to the file. This is the link you gave
    https://www.dropbox.com/preview/Excel/Part%20tracker%20test.xlsm?role=personal
    This is where that link takes you: https://imgur.com/C3ws8vR
    Possibly you have given us the wrong link in error? Usually you can get a “share” link to pass on, once you have enabled share for the file at your dropbox account.

    You can also upload a file at excelfox. It is not obvious how to do that. Here are some notes on that
    https://excelfox.com/forum/showthrea...ll=1#post14273

    I have also edited your post for you, since the BB code color tags that you used in your coding messed up those highlighted code lines: You used [COLOR=rgb(184, 49, 47)] , which does not seem to work here. Possibly that was copied from mrexcel where they have a quirky new software. I replaced that with [COLOR=red]
    I also wrapped your code in code tags ( https://excelfox.com/forum/showthrea...ll=1#post14274 )


    Good luck
    Alan
    Last edited by DocAElstein; 07-10-2020 at 02:37 PM.

  2. #2
    Junior Member
    Join Date
    Jun 2020
    Posts
    10
    Rep Power
    0
    Thanks for reply DocAElstein.
    i have updated link for sample file.
    i have tried below Vlookup as well. but system gives me error of no mach type.
    Code:
    UserForm1.lstdatabase1.Column(5, (UserForm1.lstdatabase1.ListCount - 1)) = Application.VLookup(UserForm1.lstdatabase1(.List(.ListIndex, 5), Sheets("Cost").Range("A1:G1000"), 7, False))
    thanks
    Last edited by DocAElstein; 07-11-2020 at 11:47 AM. Reason: Do your code like this: [code] your code goes here ... [/code]

Similar Threads

  1. Vlookup on multiple matches
    By haiders7 in forum Excel Help
    Replies: 1
    Last Post: 08-10-2019, 05:08 PM
  2. Convert All Vlookup formulas to Index-Match in a worksheet
    By littleiitin in forum Download Center
    Replies: 0
    Last Post: 03-17-2016, 06:50 PM
  3. Vlookup - Multiple Sheets
    By Suhail in forum Excel Help
    Replies: 3
    Last Post: 01-30-2013, 06:47 PM
  4. Replies: 4
    Last Post: 08-14-2012, 03:17 AM
  5. VLOOKUP with Multiple Results
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 2
    Last Post: 05-26-2011, 10:29 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
  •