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 thisIs there a website that will give approximate matches?![]()
.ThemeColor = xlThemeColorLight2 ' only 2007 .TintAndShade = 0.599993896298105 ' only 2007 And .Interior.ThemeColor = xlThemeColorAccent2 .Interior.TintAndShade = 0.599993896298105
Thanks in advance.
Bookmarks