+ Reply to Thread
Results 1 to 4 of 4

Dynamic Word List Generator

  1. #1
    Registered User
    Join Date
    11-18-2014
    Location
    Nashville, TN
    MS-Off Ver
    14.4.6 for Mac 2011
    Posts
    1

    Dynamic Word List Generator

    I have a database (see attached) of words (multiple columns, multiple sheets) and I'd like to create a vba code/macro that allows the user to input specific criteria (i.e. Starts with "p", Contains "u", Does not contain "x", etc.) to generate a list of words from the database that matches the criteria.

    This will be a great tool for kindergarten teachers if I can make it work, but I have little excel experience. Any advice? Is this realistic?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,343

    Re: Dynamic Word List Generator

    You could just use excel's filter.

    select 'text filters" and you can select something like 'does not contain' an then add "x" or just directly enter wildcards like "p*" (starts with p) in the filter and you can run multiple filters at the same time.

    it doesn't sound like you need a custom macro.

  3. #3
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: Dynamic Word List Generator

    See attached workbook. Below is code. Click the "Search" button on sheet1

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Dynamic Word List Generator

    Hi ar5d and welcome to the forum,

    I think you are looking for an Advanced Filter solution that shouldn't take VBA code.
    read http://www.contextures.com/xladvfilter01.html
    Look at Wildcard criteria.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Possible to make a random word generator?
    By Joelb58 in forum Excel General
    Replies: 15
    Last Post: 04-25-2014, 12:31 PM
  2. Random Word Generator from Dictionary
    By jzg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-17-2014, 05:33 PM
  3. Looping through an Excel list to generate a dynamic Word document
    By Nabla21 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-30-2011, 09:25 AM
  4. random word generator
    By shadowplay in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-31-2010, 07:52 AM
  5. Random word generator
    By zealot in forum Excel General
    Replies: 3
    Last Post: 08-13-2010, 06:06 PM

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