Results 1 to 12 of 12

Converting 2007 VBA color patterns to 2003 color patterns

Threaded View

  1. #1
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Converting 2007 VBA color patterns to 2003 color patterns

    I have some code in Excel 2007 and I want it to be compatable with 2003. How would I go about finding what the similar command is in 2003 which will create similar cell background colors to this
          .ThemeColor = xlThemeColorLight2          ' only 2007
          .TintAndShade = 0.599993896298105      ' only 2007
    And
        .Interior.ThemeColor = xlThemeColorAccent2
        .Interior.TintAndShade = 0.599993896298105
    Is there a website that will give approximate matches?
    Thanks in advance.
    Last edited by ChemistB; 05-18-2011 at 04:58 PM.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

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