Results 1 to 2 of 2
  • Thread Tools
  1. New Lounger
    Join Date
    May 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    lookup function to lookup information from another (excel VBA)

    I need to code a double click procedue.
    I have a workbook with two sheets (sheet 1 and 2). On sheet 1 I have a list box that contain about 9 names in it. That was extracted from sheet 2. Its coded so that when i do a single click on a name the name that I single click on will appear in it's apporitate cell in sheet 1. Now I need to code a second double click procedure for that same list box in sheet1 that will look for a name on sheet2 when you double click a name in the list box. When the name from the 2nd sheet is found that information should go into a cell on sheet 1. so when the name is selected in the list box it will enter two names , the name from the list box and the name that is found on the 2nd sheet (sheet2).
    Thanks to anyone that can help me out.

  2. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: lookup function to lookup information from another (excel VBA)

    You shouldn't need code to fill a cell when the list box is single clicked - just set the linked cell.

    It is not clear to me what you mean by "look for a name on sheet2", since you stated that the items in the list box are from sheet2. Neither do I understand which information should be placed on sheet1, and where.

Posting Permissions

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