+ Reply to Thread
Results 1 to 4 of 4

Set Critria and format filtered rows

  1. #1
    Registered User
    Join Date
    12-12-2009
    Location
    FL, USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Set Critria and format filtered rows

    Hello Everyone,

    I am new to excel VBA and I am trying to write a macro. I am looking for some help

    Here is my logic

    Four worksheets

    Step 1: Match active cell value on sheet 1 to equal to criteria on Sheet 2, 3 & 4 on a column

    Boolean match_found = FALSE

    Step 1A (Sheet2) : If match found then color code all the matching filtered rows
    Set Boolean match_found = TRUE

    Step 1B (Sheet2) : If match found then color code all the matching filtered rows
    Set Boolean match_found = TRUE

    Step 1C (Sheet3) : If match found then color code all the matching filtered rows
    Set Boolean match_found = TRUE

    If Boolean match_found = FALSE THEN
    Color Code active cell on Sheet 1

    Here is initial code draft, I cannot get the criteria to filter the right rows and color code the right cells. Can anyone please tell what am doing wrong:

    Please Login or Register  to view this content.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Set Critria and format filtered rows

    This should do it:
    Please Login or Register  to view this content.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    12-12-2009
    Location
    FL, USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Set Critria and format filtered rows

    Excel Guru is a true guru ... spot on first shot

    Thank you, I leaned so much from the code too.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Set Critria and format filtered rows

    Glad to hear it!

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].


    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated. It is found across from the "time" in each of our posts.)

+ 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