+ Reply to Thread
Results 1 to 3 of 3

Color set of rows according to sort.

  1. #1
    Registered User
    Join Date
    07-02-2008
    Location
    Sweden
    Posts
    3

    Color set of rows according to sort.

    So, I have this sheet and VBA code.

    Code look like this:

    Please Login or Register  to view this content.
    You can see what this VBA will do. I want to be able to color ever second SET of rows that match according to column F. Every second time the value in the F column change I want to color it. How to do it?

    See example:

    A B C D E F
    1 2 3 4 5 6
    1 2 3 4 5 6

    7 8 9 0 1 2
    7 8 9 0 1 2
    3 4 5 6 7 8
    3 4 5 6 7 8
    3 4 5 6 7 8

    9 0 1 2 3 4
    9 0 1 2 3 4

  2. #2
    Registered User
    Join Date
    07-02-2008
    Location
    Sweden
    Posts
    3
    Ill try to explain in psedu-code.

    IF cell above =< then SET selected color red

  3. #3
    Registered User
    Join Date
    07-02-2008
    Location
    Sweden
    Posts
    3

    This is...

    what I would like to do, bit I cant get it to work.

    http://www.dailydoseofexcel.com/arch...color-banding/

+ 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