Results 1 to 7 of 7

Help with creating VBA to filter validation list

Threaded View

  1. #3
    Registered User
    Join Date
    12-11-2010
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Help with creating VBA to filter validation list

    Quote Originally Posted by Palmetto View Post
    Try this code in the worksheet module.

    There are some changes you need to make to the worksheet.
    The values in the Joist Size list are all numbers formatted as text. Always use General Format or a specific number format for numbers - but never use Text format.

    A helper column is needed (can be hidden), to designate rows relative to joist size. I've chosen column-A. you can use another column, but must revise the code if so.
    Palmetto, thank you very much for your help! I changed the text for my Joists list to General, as you suggested.

    I did have a helper column in B but I was using an "IF" formula to display it. I guess, I wasn't thinking simplistic, :-). So I changed the code that you gave me to "B" and I copied your values in Column A to my Column B.

    Now, if I want to use the same situation to hide columns, can I just change any of the references of Row to Column? I'm going to try it now to see...wish me luck! lol

    I appreciate your help!
    Last edited by emwhite; 12-12-2010 at 11:35 AM.

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