Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add color variable to bubble charts

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Add color variable to bubble charts

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" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add color variable to bubble charts

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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bubble Charts LiAD Charts and Charting in Excel 2 January 22nd 09 11:13 PM
Bubble Charts Jenna Charts and Charting in Excel 3 July 5th 07 06:45 PM
How can I change the color of negative bubble in bubble chart Jon Peltier Charts and Charting in Excel 0 July 4th 07 03:29 PM
How can I change the color of negative bubble in bubble chart Daniel Charts and Charting in Excel 1 July 4th 07 03:25 PM
Bubble charts KG Charts and Charting in Excel 8 October 29th 06 02:55 AM


All times are GMT +1. The time now is 11:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"