Is there a way to code so charts use Excel 2003...

Lidsavr

Active Member
Joined
Jan 10, 2008
Messages
330
I am using Excel 2007. I write code that runs a report that has a lot of tabs, pivot tables, and charts that users of Excel 2007 and Excel 2003 both open and view.

The code was written using compatability mode and the report runs fine. It looks great on my computer (or anyone else that has Excel 2007), but when a Excel 2003 user opens the file, the formatting on the charts, especially the bar graphs look strange, especially where the data labels are concerned. I think it has to do with the color differences between the two charts

I would like to write code that forces the use of 2003 colors and formatting. Is there a set of VBA commands that I can use that will accomplish this? Any idea of where I can find sample code?

Thanks in advance for your help!

Lidsavr
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Use RGB(,,) color func instead of theme colors
 
Upvote 0

Forum statistics

Threads
1,214,409
Messages
6,119,339
Members
448,888
Latest member
Arle8907

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top