customizing chart column color formats in code

G

Guest

papa jonah Mar 19, 9:48 am show options

Newsgroups: microsoft.public.excel
From: "papa jonah" <[email protected]> - Find messages by this
author
Date: 19 Mar 2005 09:48:30 -0800
Local: Sat, Mar 19 2005 9:48 am
Subject: customizing chart column color formats in code
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse

I have some code that examines a set of data and generates a
x1columncluster chart. Depending on the set of data, I may have any
number of column clusters as a result. However, I currently format the
columns manually to make certain groupings a given color and another
group of columns a different color and so forth. I would like to
automate this.
Is there a way to go through each column like for x = 1 to
numberOfColumns
check group
If group = 1
set color accordingly
else set color differently
end if


Did that make sense?


TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top