+ Reply to Thread
Results 1 to 25 of 25

Excel 2007 : Fill color compatibility excel 2007 to excel 2003

  1. #1
    Registered User
    Join Date
    10-19-2009
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    7

    Fill color compatibility excel 2007 to excel 2003

    Hi,

    Does anyone know of a way to change the fill color palette in excel 2007 so worksheets / workbooks that are created in excel 2007 are 100% color compatible with excel 2003.

    Thanks
    Last edited by Plas62; 10-24-2009 at 07:36 PM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Fill color compatibility excel 2007 to excel 2003

    I guess you would need to create an addin that provided a UI into the old colour palette.

    The 56 colours are still available.

    Otherwise you will need to educate the users to use only black/white and standard colours.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    10-19-2009
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    7

    Re: Fill color compatibility excel 2007 to excel 2003

    Andy - Thanks for the reply, how would I go about creating an add in that would create a UI to the old color palette. I'm not what you call an advanced excel user by any stretch of the imagination and any guidance on this would be appreciated.

    As to the old colors still being available, the only colors I can seem to pick out from Excel 2007 that pass the compatibility check is red and yellow.

    Would creating a custom theme / color palette of the orginal 56 colors and then using that exclusively when creating spreadsheets in 2007 for use in 2003 give me the backwards compatibility I'm looking for? If so do you know where I could find one on the www. I've searched and so far have not had any luck finding a solution to this issue that a user of my moderate excel skill level could effectively use on a regular basis.

    Again Thanks for Your Help

    Jim

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Fill color compatibility excel 2007 to excel 2003

    I don't think you have control over all of the colors in a colour scheme, just the base accent colours.

    Here is a workbook where I have created a dropdown that has the 40 colours as per xl2003.

    This is the current code to apply the selected colorindex

    Please Login or Register  to view this content.
    You may need to expand the type of things you want to apply the color too.

    It will add a new tab with a dropdown display of colours.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-19-2009
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    7

    Re: Fill color compatibility excel 2007 to excel 2003

    Andy - Thank you very much!!! That's too cool!

    I added a link/shortcut button to the 2003 color drop down you created to my quick access toolbar for quicker access, renamed sheet 1 to "2003 Color List" and then hid that worksheet. Now if I would rename this file say Book1Colors2003 is there any way I can set the Excel options to have this open as the default workbook?

    Also two things I noticed when experimenting with the 2003 Color drop down.
    1. The "No Fill" button does not clear the fill from the selected cell.
    2. The "Undo" function is not active and will not clear the fill when a cell is filled by the 2003 Color drop down.

    I am by no means complaining or criticizing your work. I'd just thought you'd like to know.


    I have attached your file with the changes I made in case my explaination wasn't clear.

    Again Thank you very much for your help.
    Jim
    Attached Files Attached Files

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Fill color compatibility excel 2007 to excel 2003

    I forgot to adda callback and code for the No fill.

    If you save it as an addin you can have it loaded all the time with a workbook being visible.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    10-19-2009
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    7

    Re: Fill color compatibility excel 2007 to excel 2003

    Thanks Andy, now how do I save it as an Add-In?

    Jim

  8. #8
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Fill color compatibility excel 2007 to excel 2003

    Office button > SaveAs > Other Formats.
    Pick Excel add-in (*.xlam) for list.

  9. #9
    Registered User
    Join Date
    10-19-2009
    Location
    Auburn, AL
    MS-Off Ver
    Excel 2003 and Excel 2007
    Posts
    7

    Re: Fill color compatibility excel 2007 to excel 2003

    Andy - I could not save the file as you described when I extracted the file and then opened it the Save As and other functions were disabled.

    I then tried extracting the file to C:\Users\Myname\AppData\Roaming\Microsoft\AddIns. This worked, when I then opened Excel the file was visible in the Office Button \ Excel Options\ Add-Ins Active and In-Active file view. I then selected the file from the Manage Add-Ins dialog box, Closed and Restarted Excel and Tab1 was visible and functioning in Book1.

    It works great, Thank you for solving this problem.

    Jim

  10. #10
    Registered User
    Join Date
    01-29-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Fill color compatibility excel 2007 to excel 2003

    Excel 2007 workbooks contain a previous version 56 color palette that can be modified so users of previous versions see the same colors when opening your files.

    In Excel 2007 go to Office Button > Excel Options > Save (option in left sidebar) > Colors… button. This is the default 56 color palette that your colors are converted to for users of previous versions. This palette can be modified to use the new 2007 theme colors. It's a tedious task because you'll have to enter the RGB values for each color you use from the new theme palette.

    The free tool from excelcampus.com automates the entire process and allows you to update previous version palettes on multiple workbooks. And it's fairly simple to use.

    http://excelcampus.com/tools/excels-...ility-solution

    Hope this helps,
    Jon

  11. #11
    Registered User
    Join Date
    08-02-2010
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Fill color compatibility excel 2007 to excel 2003

    Quote Originally Posted by Andy Pope View Post
    I forgot to adda callback and code for the No fill.

    If you save it as an addin you can have it loaded all the time with a workbook being visible.
    Hi Andy

    That works really well for the fill colours - thanks very much.

    Cheeky question though - do you have something similar that would work for the font colours as well?

    Thanks

    Ratzakli

  12. #12
    Registered User
    Join Date
    09-09-2010
    Location
    Wuhan China
    MS-Off Ver
    Excel 2010, 2003
    Posts
    6

    Re: Fill color compatibility excel 2007 to excel 2003

    Quote Originally Posted by Andy Pope View Post
    I forgot to adda callback and code for the No fill.

    If you save it as an addin you can have it loaded all the time with a workbook being visible.
    It's quite cool. but it can only fill color to cells, how to modify it to fill color to charts, such as bar, line?

  13. #13
    Registered User
    Join Date
    10-07-2010
    Location
    Missouri
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Fill color compatibility excel 2007 to excel 2003

    Okay, how do you get Excel 2003 colors into Excel 2010?
    Last edited by randybisig; 10-07-2010 at 11:48 AM. Reason: oops

  14. #14
    Registered User
    Join Date
    09-15-2011
    Location
    India, Chennai
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Fill color compatibility excel 2007 to excel 2003

    Quote Originally Posted by Plas62 View Post
    Andy - I could not save the file as you described when I extracted the file and then opened it the Save As and other functions were disabled.

    I then tried extracting the file to C:\Users\Myname\AppData\Roaming\Microsoft\AddIns. This worked, when I then opened Excel the file was visible in the Office Button \ Excel Options\ Add-Ins Active and In-Active file view. I then selected the file from the Manage Add-Ins dialog box, Closed and Restarted Excel and Tab1 was visible and functioning in Book1.

    It works great, Thank you for solving this problem.

    Jim
    Hi Andy and Jim. Thanks to both of you for solving this problem. It was giving me nightmares since years...!

    Saurabh

  15. #15
    Registered User
    Join Date
    05-31-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    Hi all,

    The fill file is just great! Thanks Andy!
    Has anybody seen similar xlam file but for Font colors?

    Thank you.
    Ryszard

  16. #16
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    itterio,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  17. #17
    Registered User
    Join Date
    11-04-2012
    Location
    Adelaide, Australia
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003


  18. #18
    Registered User
    Join Date
    01-31-2014
    Location
    London
    MS-Off Ver
    Excel 2003, 2010
    Posts
    12

    Fill color compatibility Excel 2007, 2010, 2013 to excel 2003

    I tweaked Andy Pope's useful little addin on the last page to add a button for classic font colours and moved the buttons to the home ribbon after the fonts group.
    Attached Files Attached Files
    Last edited by nb-; 02-03-2014 at 02:40 PM.

  19. #19
    Registered User
    Join Date
    03-24-2014
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    I have been trying to do this for three years. Thank you.

  20. #20
    Registered User
    Join Date
    03-24-2014
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    NB is there anyway to add this add these button to word and outlook? Any help would be much appreciated.

  21. #21
    Registered User
    Join Date
    11-04-2012
    Location
    Adelaide, Australia
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    It's not something I have contemplated, but the tool is Excel based as it has worksheets containing the list of colours. I don't know if you can have Excel Addins referenced from Word or Outlook but I doubt it.
    As Microsoft is withdrawing support from Office 2003 on 8 April I have no plans for further development in this area.
    Geoff

  22. #22
    Registered User
    Join Date
    04-11-2014
    Location
    New York, USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    Hi,

    Is there a way to edit which colors appear on this custom palette? We just upgraded to Microsoft Excel 2010 at the office after years of using 2003. Biggest problem is the unavailability of the color palette we were accustomed to in order to present our reports. I have got the RGB values for all of the necessary colors, however I am not sure as to how one could edit this add-in. Any help would be very much appreciated it.

    Thank you in advance.

  23. #23
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    fastlook,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.

  24. #24
    Registered User
    Join Date
    06-26-2014
    Location
    Nashville, TN
    MS-Off Ver
    2010
    Posts
    1

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    Thank you everyone, this was very helpful!

  25. #25
    Registered User
    Join Date
    08-24-2016
    Location
    Zimbabwe
    MS-Off Ver
    2003
    Posts
    1

    Re: Excel 2007 : Fill color compatibility excel 2007 to excel 2003

    Just found this little gem. Thank you to everyone who contributed to this little addin. This thread deserves a bump.

+ 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