vba - Change chart colors in a form -
i trying use vba change colors palette of "pie chart" in report of ms-access 2010. printing in report & chart result of query created of "chart wizard" (because using spanish edition of ms-office don't know real name of utility).
so far i've tried:
private sub gráfico0_updated(code integer) gráfico0.recolor (rgb(0, 0, 256)) end sub
use , change color number needed
activechart.cleartomatchstyle activechart.chartstyle = 344
Comments
Post a Comment