+ Reply to Thread
Results 1 to 2 of 2

get the color coding in conditional formatting using VBA code

  1. #1
    Registered User
    Join Date
    03-06-2012
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    1

    get the color coding in conditional formatting using VBA code

    Hi ,
    How can we get the color coding in conditional formatting using VBA code.

    Thanks
    Amutha

  2. #2
    Valued Forum Contributor StevenM's Avatar
    Join Date
    03-23-2008
    Location
    New Lenox, IL USA
    MS-Off Ver
    2007
    Posts
    910

    Re: get the color coding in conditional formatting using VBA code

    I wrote this for someone else, but maybe it will help you.
    You can play around with the following code, if you're interested.
    You will need to change the line:
    Please Login or Register  to view this content.
    So that it points to a range with format conditions.

    The function: GetFormatConditions takes a range (at least one cell) with format condition;
    And returns in a string three items: Formula1, Interior.Color, and Font.Color.

    Please Login or Register  to view this content.

+ 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