PC Review


Reply
Thread Tools Rate Thread

Add color variable to bubble charts

 
 
=?Utf-8?B?RFJZR1VJ?=
Guest
Posts: n/a
 
      24th Jul 2007
I've created some standard x,y,size bubble charts and want to add a forth
variable to show color. Can someone show me how to do that in VBA? Also, I
would like the bubble label to be in the fifth variable.
 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      27th Jul 2007
Turn on the macro recorder while you recolor individual bubbles, then adapt
your code so it reads the cells and applies the appropriate color for that
value.

The bubble label can be added from the worksheet using a utility like this:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

Rob's is not password protected, so you could see what code he uses to
perform the magic.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"DRYGUI" <(E-Mail Removed)> wrote in message
news:8859C263-4666-4C02-B2BB-(E-Mail Removed)...
> I've created some standard x,y,size bubble charts and want to add a forth
> variable to show color. Can someone show me how to do that in VBA? Also, I
> would like the bubble label to be in the fifth variable.



 
Reply With Quote
 
=?Utf-8?B?c2tpdHp6?=
Guest
Posts: n/a
 
      14th Sep 2007
Hi jon,
I'm trying to do the same thing that Dry is doing. That is create a bubble
chart with a fourth variable to determine the color. Right now I have it set
up as follows:
Col1=Name; Col 2=X-Value, Col 3=Y Value; Col 4=Z-Value (Bubble Size);
Col5=Color (Color Value or Category name in my case)

Is there an easy way to do this with a macro or formula? Unfortuanlety I
don't know VB. Thanks!



"Jon Peltier" wrote:

> Turn on the macro recorder while you recolor individual bubbles, then adapt
> your code so it reads the cells and applies the appropriate color for that
> value.
>
> The bubble label can be added from the worksheet using a utility like this:
>
> Rob Bovey's Chart Labeler, http://appspro.com
> John Walkenbach's Chart Tools, http://j-walk.com
>
> Rob's is not password protected, so you could see what code he uses to
> perform the magic.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> Peltier Technical Services, Inc. - http://PeltierTech.com
> _______
>
>
> "DRYGUI" <(E-Mail Removed)> wrote in message
> news:8859C263-4666-4C02-B2BB-(E-Mail Removed)...
> > I've created some standard x,y,size bubble charts and want to add a forth
> > variable to show color. Can someone show me how to do that in VBA? Also, I
> > would like the bubble label to be in the fifth variable.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bubble charts csdjj Microsoft Powerpoint 3 18th Nov 2008 02:30 PM
Bubble Charts =?Utf-8?B?SmVubmE=?= Microsoft Excel Charting 3 5th Jul 2007 06:45 PM
Re: How can I change the color of negative bubble in bubble chart Jon Peltier Microsoft Excel Charting 0 4th Jul 2007 03:29 PM
How can I change the color of negative bubble in bubble chart =?Utf-8?B?RGFuaWVs?= Microsoft Excel Charting 1 4th Jul 2007 03:25 PM
Bubble charts =?Utf-8?B?S0c=?= Microsoft Excel Charting 8 29th Oct 2006 02:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:34 PM.