+ Reply to Thread
Results 1 to 5 of 5

Collecting names in database

  1. #1
    Forum Contributor
    Join Date
    02-07-2011
    Location
    netherlands
    MS-Off Ver
    Excel 2003
    Posts
    128

    Collecting names in database

    Hi, I have a problem with finding a string value in my own created database.

    I have to search every string that is attached to a paragraph

    Please Login or Register  to view this content.
    The names are in dutch but i think the idea is pretty simple, altough i cant figure out how i should do this.

    If a Cell in Range Column A has "Vaste Activa" then Column B string on that row has to be added to array variable so it can be used.

    tnxs in advance
    Last edited by vin1; 04-12-2011 at 03:34 AM.

  2. #2
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Collecting names in database

    hi, vin1, you can use autofilter on column A, criteria = "Vaste Activa" and take column B filtered results into array

  3. #3
    Forum Contributor
    Join Date
    02-07-2011
    Location
    netherlands
    MS-Off Ver
    Excel 2003
    Posts
    128

    Re: Collecting names in database

    The Actions that must be preformed are 100% VBA, no manual input. also i like to keep everything on the background. so no selection changes, Visual changes ect.

    Else i whould try .Find(***).Offset(0, 1).Activate and loop this action. but so far i did not used anything that whould change selection, so i prefer to keep it that way.

    It also avoids that the system wil malfunction and may cause wrong behaviour.

  4. #4
    Forum Contributor
    Join Date
    02-07-2011
    Location
    netherlands
    MS-Off Ver
    Excel 2003
    Posts
    128

    Re: Collecting names in database

    Up

    still open

  5. #5
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Collecting names in database

    as an option
    Please Login or Register  to view this content.
    result data is in cell D4 and down

+ 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