Consulting

Results 1 to 3 of 3

Thread: Solved: Search function VBA

  1. #1

    Solved: Search function VBA

    Hi,
    I would like to find a name stored in "calculations!DE1" in column DA of the same sheet. Then I need to Identify the cell in Column DC that is in the same row as the value found in DA (that is if DA:10 then I need the value stored in DC10). Can anyone tell me how I can do this with VBA?

    P.S.
    I'm using a sorting macro to identify the top 3 out of 100 data entries, stored in DE1E3. I need to Identify the name "Razor1" of e.g. DE1 and search for this name in column DA (the cell where all razor names are stored). Then i need to look up in the same row the value in column DC, in order check how long the battery of that specific razor lasts. This value I need to show the user.

    thx for any help in advance. I appreciate your time!

  2. #2
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    Can you post your workbook?
    Peace of mind is found in some of the strangest places.

  3. #3

    workbook...

    Thx for your effort but I just solved it myself. Since I am using the sorting macro the top 3 values of a given razor will always be on top. So i just fill a listbox with the top 3 values... but anyways thank you for your interest in helping me.
    cheers

Posting Permissions

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