View Single Post
 
Old 08-08-2013, 01:08 PM
bremen22 bremen22 is offline Windows 7 64bit Office 2007
Advanced Beginner
 
Join Date: Jul 2013
Posts: 44
bremen22 is on a distinguished road
Default Assigning table style colors with VBA

I have a macro that will take data in an excel workbook and build tables with that data in PowerPoint. The last issue I have is that of color. I would like to color code my tables. Now I have the proper coding to make it happen, but I am runnnig into a compatability issue.

I am assigning the colors by use of the table style id. I like how the preset table styles look so I dont need to do anything fancy. The problem is the table style ids that are in Excel do not match that of any that are in PowerPoint.

If I use this style id
Code:
2A488322-F2BA-4B5B-9748-0D474271808F
In Powerpoint it is an orage theme, but when I put that style into Excel it builds the table style as red.

i need a style Id that is green and orange.
Reply With Quote