+ Reply to Thread
Results 1 to 6 of 6

If And Now formatting macros

Hybrid View

  1. #1
    Registered User
    Join Date
    03-28-2007
    Posts
    27
    Thanks Jason that makes sense.

    In the first situation, Ultimately it is cell b2 whose color I am ultimately trying to change.

    Thanks a lot.
    -ritz

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    It would be set up in pretty much the same way, but it may change, depending on how you loop it for your actual range:
    If Range("B2") = Range("C2") And Range("C2") = Range("C1") Then
        Range("B2").Interior.ColorIndex = (whatever)
    End If
    HTH

    Jason

  3. #3
    Registered User
    Join Date
    03-28-2007
    Posts
    27
    cool. thanks Jason.
    I'll give it a shot.

  4. #4
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    No problem.

+ 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